Skip to content

Commit 58f7d16

Browse files
committed
Re-enable detailed help for blueprints.
1 parent 39fa206 commit 58f7d16

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)