Closed saza-ku closed 1 year ago
Options set by config file are overwritten by the options' default value.
This PR fixes the bug by using viper. The config file sets the options by viper.BindPFlag.
The priority are here: command line arguments > config file > default value
Thank you! I will check it later.
Released https://github.com/tkuchiki/alp/releases/tag/v1.0.16 !
Options set by config file are overwritten by the options' default value.
This PR fixes the bug by using viper. The config file sets the options by viper.BindPFlag.
The priority are here: command line arguments > config file > default value