Skip to content

Commit

Permalink
fix(core): remove -d alias because it conflicts with --dry-run (nrwl#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless authored Oct 17, 2023
1 parent b85a25b commit 949466f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/generated/packages/next/generators/application.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"directory": {
"description": "The directory of the new application.",
"type": "string",
"alias": "d",
"alias": "dir",
"x-priority": "important"
},
"projectNameAndRootFormat": {
Expand Down
1 change: 0 additions & 1 deletion docs/generated/packages/plugin/generators/generator.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"description": {
"type": "string",
"description": "Generator description.",
"alias": "d",
"x-priority": "important"
},
"unitTestRunner": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next/src/generators/application/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"directory": {
"description": "The directory of the new application.",
"type": "string",
"alias": "d",
"alias": "dir",
"x-priority": "important"
},
"projectNameAndRootFormat": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/src/generators/application/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"directory": {
"description": "The directory of the new application.",
"type": "string",
"alias": "d",
"alias": "dir",
"x-priority": "important"
},
"projectNameAndRootFormat": {
Expand Down
1 change: 0 additions & 1 deletion packages/plugin/src/generators/generator/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"description": {
"type": "string",
"description": "Generator description.",
"alias": "d",
"x-priority": "important"
},
"unitTestRunner": {
Expand Down

0 comments on commit 949466f

Please sign in to comment.