mikeshardmind / salamander-v1

Apache License 2.0
6 stars 0 forks source link

[config.toml] Add non-interactive cli tool to generate config.toml #39

Closed mikeshardmind closed 3 years ago

mikeshardmind commented 3 years ago

CC: @LGACode

I'm marking this as planned, but I'm not committing to a design for it yet

LGACode commented 3 years ago

Perhaps there can be an alternative "quick" install path that makes a few assumptions and asks for only the most essential info to be able to successfully generate the config

mikeshardmind commented 3 years ago

FWIW, currently a lack of config.toml already does the "quick" behavior. assumptions are made for

  1. Current working directory as data safe
  2. What extensions to include (IIRC, all of them, though subject to change)
mikeshardmind commented 3 years ago

alternative handling for this will come in a different form later.