Skip to content

Commit 7ed03dd

Browse files
Broccofilipesilva
authored andcommitted
fix(@angular/cli): Fix removal of non-schematic options
This allows additionalProperties to set appropriately on schematics for stricter validation
1 parent d250874 commit 7ed03dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@angular/cli/models/schematic-command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export abstract class SchematicCommand extends Command {
4646

4747
protected readonly coreOptions: Option[] = [
4848
{
49-
name: 'dry-run',
49+
name: 'dryRun',
5050
type: Boolean,
5151
default: false,
5252
aliases: ['d'],

0 commit comments

Comments
 (0)