File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
packages/angular/cli/commands Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 2424 ]
2525 },
2626 {
27- "$ref" : " ./definitions.json#/definitions/schematic "
27+ "$ref" : " ./definitions.json#/definitions/interactive "
2828 },
2929 {
3030 "$ref" : " ./definitions.json#/definitions/base"
Original file line number Diff line number Diff line change 4949 "default" : false ,
5050 "aliases" : [ " f" ],
5151 "description" : " When true, forces overwriting of existing files."
52- },
52+ }
53+ }
54+ },
55+ "interactive" : {
56+ "properties" : {
5357 "interactive" : {
5458 "type" : " boolean" ,
5559 "default" : " true" ,
Original file line number Diff line number Diff line change 2626 ]
2727 },
2828 { "$ref" : " ./definitions.json#/definitions/base" },
29- { "$ref" : " ./definitions.json#/definitions/schematic" }
29+ { "$ref" : " ./definitions.json#/definitions/schematic" },
30+ { "$ref" : " ./definitions.json#/definitions/interactive" }
3031 ]
3132}
Original file line number Diff line number Diff line change 2828 "required" : []
2929 },
3030 { "$ref" : " ./definitions.json#/definitions/base" },
31- { "$ref" : " ./definitions.json#/definitions/schematic" }
31+ { "$ref" : " ./definitions.json#/definitions/schematic" },
32+ { "$ref" : " ./definitions.json#/definitions/interactive" }
3233 ]
3334}
You can’t perform that action at this time.
0 commit comments