Skip to content

Make sure the config from cmd args works with any python

Valentin Valls requested to merge fix-config-from-cmd-line into main

daiquiri --config was not working with every python.

Here is a re-implemtation to also make sure arguments are properly initialized

  • With a default value
  • Overrided by the config file
  • Overrided by the command line arguments

The command line argument have then the priority

Edited by Valentin Valls

Merge request reports