CONFIG

enable gaining value from config file in json and set an option that specifies the directories where the config file should be

mixin template CONFIG (
string flags = ""
)

Parameters

flags

the flag of the config option which is used for specifying the directories where the config file should be. if not defied then the flag would be -C, --config <config-dirs...>

Meta