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 d160989 commit f3148bcCopy full SHA for f3148bc
packages/@angular/cli/commands/easter-egg.ts
@@ -8,6 +8,7 @@ function pickOne(of: string[]): string {
8
export default class AwesomeCommand extends Command {
9
public readonly name = 'make-this-awesome';
10
public readonly description = '';
11
+ public readonly hidden = true;
12
readonly arguments: string[] = [];
13
readonly options: Option[] = [];
14
0 commit comments