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 d2f8ca7 commit f313beeCopy full SHA for f313bee
packages/@angular/cli/commands/help.ts
@@ -56,7 +56,7 @@ const HelpCommand = Command.extend({
56
57
if (rawArgs.length > 0) {
58
if (cmd === rawArgs[0]) {
59
- this.ui.writeLine(command.printBasicHelp(commandOptions));
+ this.ui.writeLine(command.printDetailedHelp(commandOptions));
60
}
61
} else {
62
this.ui.writeLine(command.printBasicHelp(commandOptions));
0 commit comments