v0.3
Introduced a new flag config
, this will allow you to dynamically specify the location of your config file.
You can use a relative or absolute path too. For example both of these work -config config.json
or -config /home/user/config.json
.
Fixed an issue where the flags of the CLI were ignored and there was always a need for a config file #4.
The apps behaviour changed, if you use the -config
flag, we will only load the config file and will ignore all of the flags provided if any. Please use -help
for more info on the flags and usage.