fix(core): remove -d alias because it conflicts with --dry-run (#19664)

This commit is contained in:
MaxKless 2023-10-17 22:33:04 +02:00 committed by GitHub
parent b85a25b02f
commit 949466f02b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 5 deletions

View File

@ -20,7 +20,7 @@
"directory": {
"description": "The directory of the new application.",
"type": "string",
"alias": "d",
"alias": "dir",
"x-priority": "important"
},
"projectNameAndRootFormat": {

View File

@ -31,7 +31,6 @@
"description": {
"type": "string",
"description": "Generator description.",
"alias": "d",
"x-priority": "important"
},
"unitTestRunner": {

View File

@ -20,7 +20,7 @@
"directory": {
"description": "The directory of the new application.",
"type": "string",
"alias": "d",
"alias": "dir",
"x-priority": "important"
},
"projectNameAndRootFormat": {

View File

@ -20,7 +20,7 @@
"directory": {
"description": "The directory of the new application.",
"type": "string",
"alias": "d",
"alias": "dir",
"x-priority": "important"
},
"projectNameAndRootFormat": {

View File

@ -31,7 +31,6 @@
"description": {
"type": "string",
"description": "Generator description.",
"alias": "d",
"x-priority": "important"
},
"unitTestRunner": {