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": {
|
"directory": {
|
||||||
"description": "The directory of the new application.",
|
"description": "The directory of the new application.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"alias": "d",
|
"alias": "dir",
|
||||||
"x-priority": "important"
|
"x-priority": "important"
|
||||||
},
|
},
|
||||||
"projectNameAndRootFormat": {
|
"projectNameAndRootFormat": {
|
||||||
|
|||||||
@ -31,7 +31,6 @@
|
|||||||
"description": {
|
"description": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Generator description.",
|
"description": "Generator description.",
|
||||||
"alias": "d",
|
|
||||||
"x-priority": "important"
|
"x-priority": "important"
|
||||||
},
|
},
|
||||||
"unitTestRunner": {
|
"unitTestRunner": {
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
"directory": {
|
"directory": {
|
||||||
"description": "The directory of the new application.",
|
"description": "The directory of the new application.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"alias": "d",
|
"alias": "dir",
|
||||||
"x-priority": "important"
|
"x-priority": "important"
|
||||||
},
|
},
|
||||||
"projectNameAndRootFormat": {
|
"projectNameAndRootFormat": {
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
"directory": {
|
"directory": {
|
||||||
"description": "The directory of the new application.",
|
"description": "The directory of the new application.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"alias": "d",
|
"alias": "dir",
|
||||||
"x-priority": "important"
|
"x-priority": "important"
|
||||||
},
|
},
|
||||||
"projectNameAndRootFormat": {
|
"projectNameAndRootFormat": {
|
||||||
|
|||||||
@ -31,7 +31,6 @@
|
|||||||
"description": {
|
"description": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Generator description.",
|
"description": "Generator description.",
|
||||||
"alias": "d",
|
|
||||||
"x-priority": "important"
|
"x-priority": "important"
|
||||||
},
|
},
|
||||||
"unitTestRunner": {
|
"unitTestRunner": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user