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 d250874 commit 7ed03ddCopy full SHA for 7ed03dd
packages/@angular/cli/models/schematic-command.ts
@@ -46,7 +46,7 @@ export abstract class SchematicCommand extends Command {
46
47
protected readonly coreOptions: Option[] = [
48
{
49
- name: 'dry-run',
+ name: 'dryRun',
50
type: Boolean,
51
default: false,
52
aliases: ['d'],
0 commit comments