Skip to content

Commit 5fed9ff

Browse files
catullZhicheng Wang
authored and
Zhicheng Wang
committed
feat(@angular/cli): show detailed help for blueprints. (angular#4267)
1 parent a944d42 commit 5fed9ff

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

Lines changed: 1 addition & 1 deletion
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)