🐛 Bug: --owner and --description are no longer factored into defaults #1083
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
Running
npx create-typescript-app --owner MyUsername
should populate the default value for the CLI'sowner
value.Actual
I broke this in #1046. It's no longer respected. Note how
options.owner
isn't provided to thegetPrefillOrPromptedOption
function, so it won't show up in the suggested placeholder:create-typescript-app/src/shared/options/readOptions.ts
Lines 125 to 132 in 21c8529
Additional Info
No response
The text was updated successfully, but these errors were encountered: