Skip to content

v0.3

Compare
Choose a tag to compare
@0x111 0x111 released this 12 Jul 18:22
· 15 commits to master since this release

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.