At the moment, it appears like at least some configuration (maybe all), is being completely overridden (or maybe only set) via the config file. This was noticed with the --interactive command line arg for cludo.
In theory the precedence should (and used to) work like this:
- read the config file
- overwrite with environment variables
- command line arguments win