fix(core): remove -d alias because it conflicts with --dry-run (#19664)
This commit is contained in:
parent
b85a25b02f
commit
949466f02b
@ -20,7 +20,7 @@
|
||||
"directory": {
|
||||
"description": "The directory of the new application.",
|
||||
"type": "string",
|
||||
"alias": "d",
|
||||
"alias": "dir",
|
||||
"x-priority": "important"
|
||||
},
|
||||
"projectNameAndRootFormat": {
|
||||
|
||||
@ -31,7 +31,6 @@
|
||||
"description": {
|
||||
"type": "string",
|
||||
"description": "Generator description.",
|
||||
"alias": "d",
|
||||
"x-priority": "important"
|
||||
},
|
||||
"unitTestRunner": {
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
"directory": {
|
||||
"description": "The directory of the new application.",
|
||||
"type": "string",
|
||||
"alias": "d",
|
||||
"alias": "dir",
|
||||
"x-priority": "important"
|
||||
},
|
||||
"projectNameAndRootFormat": {
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
"directory": {
|
||||
"description": "The directory of the new application.",
|
||||
"type": "string",
|
||||
"alias": "d",
|
||||
"alias": "dir",
|
||||
"x-priority": "important"
|
||||
},
|
||||
"projectNameAndRootFormat": {
|
||||
|
||||
@ -31,7 +31,6 @@
|
||||
"description": {
|
||||
"type": "string",
|
||||
"description": "Generator description.",
|
||||
"alias": "d",
|
||||
"x-priority": "important"
|
||||
},
|
||||
"unitTestRunner": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user