Wulf / create-rust-app

Set up a modern rust+react web app by running one command.
https://create-rust-app.dev
Apache License 2.0
1.54k stars 63 forks source link

fix(cli_mode): don't prompt for db url if in cli_mode #370

Closed AnthonyMichaelTDM closed 6 months ago

AnthonyMichaelTDM commented 6 months ago

fixes issue causing some CI checks to pass in, for example, #369

AnthonyMichaelTDM commented 6 months ago

TODO: refactor that function to handle all the "cli_mode" stuff separately rather than checking and settings things individually, should reduce the maintenance burden

Wulf commented 5 months ago

Thanks for looking out for this :raised_hands: