We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7a35f commit b20d87eCopy full SHA for b20d87e
packages/@angular/cli/commands/help.ts
@@ -55,7 +55,7 @@ const HelpCommand = Command.extend({
55
56
if (rawArgs.length > 0) {
57
if (cmd === rawArgs[0]) {
58
- this.ui.writeLine(command.printBasicHelp(commandOptions));
+ this.ui.writeLine(command.printDetailedHelp(commandOptions));
59
}
60
} else {
61
this.ui.writeLine(command.printBasicHelp(commandOptions));
0 commit comments