When we try to read the config from a file it does not work.
The config values are only read on the command line, we should read the value from viper and map the command line on it too.
Expected behavior
We can configure a config file to specify command-line options.
Observed behavior
When we try to read the config from a file it does not work. The config values are only read on the command line, we should read the value from
viper
and map the command line on it too.Expected behavior
We can configure a config file to specify command-line options.