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 9269905 commit 255a665Copy full SHA for 255a665
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