lurk-rs
lurk-rs copied to clipboard
More CLI flexibility
- The CLI should also accept the config file via an environment variable
LURK_CONFIG. - It should also have
--no-envand--no-configflags to ensure that the behavior is 100% determined by command line arguments.
Related: https://github.com/lurk-lab/lurk-rs/pull/581#discussion_r1284748827
- We should have a default config file location, eventually one for global and one for local settings.
- It may be more user-friendly to not allow customization of config file locations, and instead document where they can be found.