We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39fa206 commit 58f7d16Copy full SHA for 58f7d16
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