Skip to content

Commit f7d5389

Browse files
committed
fix(@angular/cli): re-add -d alias for --dry-run
This got accidentally deleted during the transition to yargs. Closes #26496
1 parent 30efb76 commit f7d5389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/angular/cli/src/command-builder/schematics-command-module.ts

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export abstract class SchematicsCommandModule
6464
.option('dry-run', {
6565
describe: 'Run through and reports activity without writing out results.',
6666
type: 'boolean',
67+
alias: ['d'],
6768
default: false,
6869
})
6970
.option('defaults', {

0 commit comments

Comments
 (0)