Fix env vars precedence
The clap module we use for parsing command-line arguments allows specifying `default_value`. Unfortunately, it makes impossible to tell if an argument was actually passed. So it always overrides env var with a default value, which is undesirable.
parent
618432e6
No related branches found
No related tags found
Please register or sign in to comment