Skip to content

Commit b20d87e

Browse files
catullhansl
authored andcommitted
feat(@angular/cli): show detailed help for blueprints. (angular#4267)
1 parent 0f7a35f commit b20d87e

File tree

1 file changed

+1
-1
lines changed
  • packages/@angular/cli/commands

1 file changed

+1
-1
lines changed

packages/@angular/cli/commands/help.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const HelpCommand = Command.extend({
5555

5656
if (rawArgs.length > 0) {
5757
if (cmd === rawArgs[0]) {
58-
this.ui.writeLine(command.printBasicHelp(commandOptions));
58+
this.ui.writeLine(command.printDetailedHelp(commandOptions));
5959
}
6060
} else {
6161
this.ui.writeLine(command.printBasicHelp(commandOptions));

0 commit comments

Comments
 (0)