Skip to content

Commit

Permalink
fix(@angular/cli): Fix removal of non-schematic options
Browse files Browse the repository at this point in the history
This allows additionalProperties to set appropriately on schematics for stricter validation
  • Loading branch information
Brocco authored and clydin committed May 29, 2018
1 parent 9269905 commit 255a665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@angular/cli/models/schematic-command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export abstract class SchematicCommand extends Command {

protected readonly coreOptions: Option[] = [
{
name: 'dry-run',
name: 'dryRun',
type: Boolean,
default: false,
aliases: ['d'],
Expand Down

0 comments on commit 255a665

Please sign in to comment.