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.
Loading
Please register or sign in to comment