We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae89fde commit dd4f177Copy full SHA for dd4f177
2 files changed
packages/@angular/cli/commands/completion.ts
@@ -62,14 +62,14 @@ const CompletionCommand = Command.extend({
62
name: 'bash',
63
type: Boolean,
64
default: false,
65
- aliases: ['b']
+ aliases: ['b'],
66
description: 'Generate a completion script for bash.'
67
},
68
{
69
name: 'zsh',
70
71
72
- aliases: ['z']
+ aliases: ['z'],
73
description: 'Generate a completion script for zsh.'
74
}
75
],
packages/@angular/cli/commands/set.ts
@@ -1,4 +1,4 @@
1
-\import {CliConfig} from '../models/config';
+import {CliConfig} from '../models/config';
2
3
const SilentError = require('silent-error');
4
const Command = require('../ember-cli/lib/models/command');
0 commit comments