Skip to content

Commit 4467268

Browse files
committed
refactor: register the generate command
1 parent 968ded5 commit 4467268

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/bootstrap.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ $injector.require("emulatorSettingsService", "./services/emulator-settings-servi
4242

4343
$injector.require("platformCommandParameter", "./platform-command-param");
4444
$injector.requireCommand("create", "./commands/create-project");
45+
$injector.requireCommand("generate", "./commands/generate");
4546
$injector.requireCommand("platform|*list", "./commands/list-platforms");
4647
$injector.requireCommand("platform|add", "./commands/add-platform");
4748
$injector.requireCommand("platform|remove", "./commands/remove-platform");

0 commit comments

Comments
 (0)