Skip to content

Commit

Permalink
fix(@angular/cli): re-add -d alias for --dry-run
Browse files Browse the repository at this point in the history
This got accidentally deleted during the transition to yargs.

Closes #26496

(cherry picked from commit f7d5389)
  • Loading branch information
alan-agius4 committed Dec 15, 2023
1 parent 2dc769f commit 0b48acc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export abstract class SchematicsCommandModule
.option('dry-run', {
describe: 'Run through and reports activity without writing out results.',
type: 'boolean',
alias: ['d'],
default: false,
})
.option('defaults', {
Expand Down

0 comments on commit 0b48acc

Please sign in to comment.