Skip to content

Commit f3148bc

Browse files
clydinhansl
authored andcommitted
refactor(@angular/cli): mark hidden commands as hidden
1 parent d160989 commit f3148bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@angular/cli/commands/easter-egg.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ function pickOne(of: string[]): string {
88
export default class AwesomeCommand extends Command {
99
public readonly name = 'make-this-awesome';
1010
public readonly description = '';
11+
public readonly hidden = true;
1112
readonly arguments: string[] = [];
1213
readonly options: Option[] = [];
1314

0 commit comments

Comments
 (0)