Skip to content

Commit b501b66

Browse files
committed
fix(@angular/cli): mark get/set deprecation command as hidden
1 parent 6d150d1 commit b501b66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@angular/cli/commands/getset.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default class GetSetCommand extends Command {
1010
public readonly description = 'Deprecated in favor of config command.';
1111
public readonly arguments: string[] = [];
1212
public readonly options: Option[] = [];
13+
public readonly hidden = true;
1314

1415
public async run(_options: Options) {
1516
this.logger.warn('get/set have been deprecated in favor of the config command.');

0 commit comments

Comments
 (0)