🐛 Bug: Re-run command includes unnecessary true value for boolean options #1129
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
The re-run command when you cancel or complete
npx create-typescript-app
should be as minimal as possible. Boolean options set to true, such asoffline
, can just be--offline
. No need for--offline true
. They mean the same thing.Actual
Alas, the rerun suggestion does print
--offline true
and similar:Additional Info
No response
The text was updated successfully, but these errors were encountered: