🐛 Bug: Re-run command suggestion includes --mode undefined if canceled immediately #1130
Closed
3 tasks done
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
If you run
npx create-typescript-app --mode create --offline
and then cancel before inputting the repository, the suggested re-run command should just benpx create-typescript-app --mode create --offline
. There's no need to add anything else.Actual
This is what actually happens:
Note the differences:
--mode undefined
instead of--mode create
. Weird. This issue tracks that bug--skip-all-contributors-api true --skip-github-api true
: tracked by:Additional Info
No response
The text was updated successfully, but these errors were encountered: