🐛 Bug: Re-run command suggestion includes unnecessary --directory #1126
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: bug
Something isn't working :(
Bug Report Checklist
main
branch of the repository.Expected
I ran
npx create-typescript-app --mode create --base everything
and filled in all the options. At the end, it should have suggested a re-run command that:--base everything
and--mode create
--base everything
or--mode create
Actual
This was the suggestion it printed:
Note the
--directory delete-me-please
. That's implied by--repository delete-me-please
. There's no need to print--directory
if it's got the same value as--repository
. Bug!Additional Info
No response
The text was updated successfully, but these errors were encountered: