File tree 4 files changed +10
-4
lines changed
packages/angular/cli/commands
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 24
24
]
25
25
},
26
26
{
27
- "$ref" : " ./definitions.json#/definitions/schematic "
27
+ "$ref" : " ./definitions.json#/definitions/interactive "
28
28
},
29
29
{
30
30
"$ref" : " ./definitions.json#/definitions/base"
Original file line number Diff line number Diff line change 49
49
"default" : false ,
50
50
"aliases" : [ " f" ],
51
51
"description" : " When true, forces overwriting of existing files."
52
- },
52
+ }
53
+ }
54
+ },
55
+ "interactive" : {
56
+ "properties" : {
53
57
"interactive" : {
54
58
"type" : " boolean" ,
55
59
"default" : " true" ,
Original file line number Diff line number Diff line change 26
26
]
27
27
},
28
28
{ "$ref" : " ./definitions.json#/definitions/base" },
29
- { "$ref" : " ./definitions.json#/definitions/schematic" }
29
+ { "$ref" : " ./definitions.json#/definitions/schematic" },
30
+ { "$ref" : " ./definitions.json#/definitions/interactive" }
30
31
]
31
32
}
Original file line number Diff line number Diff line change 28
28
"required" : []
29
29
},
30
30
{ "$ref" : " ./definitions.json#/definitions/base" },
31
- { "$ref" : " ./definitions.json#/definitions/schematic" }
31
+ { "$ref" : " ./definitions.json#/definitions/schematic" },
32
+ { "$ref" : " ./definitions.json#/definitions/interactive" }
32
33
]
33
34
}
You can’t perform that action at this time.
0 commit comments