Skip to content

Commit

Permalink
Merge pull request #15 from tiktok/feat-init-project-dry-run
Browse files Browse the repository at this point in the history
Feat init project dry run
  • Loading branch information
chengcyber committed Mar 25, 2024
2 parents 623a12a + 7602847 commit c53de95
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "rush-init-project-plugin",
"comment": "Remove \"-d\" ambiguous parameter",
"type": "minor"
}
],
"packageName": "rush-init-project-plugin"
}
1 change: 0 additions & 1 deletion rush-plugins/rush-init-project-plugin/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
{
"parameterKind": "flag",
"description": "Provide the option isDryRun in plugin context",
"shortName": "-d",
"longName": "--dry-run",
"associatedCommands": ["init-project"],
"required": false
Expand Down

0 comments on commit c53de95

Please sign in to comment.