Skip to content

Commit

Permalink
chore!(create-turbo): remove old pm arg (#8150)
Browse files Browse the repository at this point in the history
### Description

We replaced this with an option instead of an arg, but cleaning up here!

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->
  • Loading branch information
tknickman authored and chris-olszewski committed Jun 4, 2024
1 parent d39d2e0 commit 9e9d7fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/create-turbo/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ createTurboCli
})

.argument("[project-directory]")
// TODO: argument is still provided (but removed from help)
// for backwards compatibility, remove this in the next major
.argument("[package-manager]")
.addOption(
new Option(
"-m, --package-manager <package-manager>",
Expand Down

0 comments on commit 9e9d7fe

Please sign in to comment.