Make sure the config from cmd args works with any python
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