Skip to content

Fix --config-file CLI option

x0r requested to merge x0r/drink:fix_cli_parsing into master

Drink ignored any configuration file paths passed by the --config-file command-line option because of a small bug.

Refactor the logic slightly to make the precedence between the environment variable and the command-line argument clearer.

Merge request reports