We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d150d1 commit b501b66Copy full SHA for b501b66
packages/@angular/cli/commands/getset.ts
@@ -10,6 +10,7 @@ export default class GetSetCommand extends Command {
10
public readonly description = 'Deprecated in favor of config command.';
11
public readonly arguments: string[] = [];
12
public readonly options: Option[] = [];
13
+ public readonly hidden = true;
14
15
public async run(_options: Options) {
16
this.logger.warn('get/set have been deprecated in favor of the config command.');
0 commit comments