Skip to content

Commit f313bee

Browse files
committed
Enable detailed help for blueprints.
1 parent d2f8ca7 commit f313bee

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
@@ -56,7 +56,7 @@ const HelpCommand = Command.extend({
5656

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

0 commit comments

Comments
 (0)