🐛 Bug: Re-run command suggestion includes unnecessary --access public #1127
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
--access public
. That's the default value for--access
. There's no need to redundantly print it. Bug!Additional Info
No response
The text was updated successfully, but these errors were encountered: