Releases: bw2/ConfigArgParse
Releases · bw2/ConfigArgParse
1.1
1.0.1
1.0
0.15.2: Merge pull request #166 from Savlik/issue-137
Dash supported as first char of argument
0.15.1
0.15.0
0.14.0
0.13.0
0.12.0
release #3
- moved existing config file parsing logic into
DefaultConfigFileParser
, and addedYAMLConfigFileParser
. The config file format can now be selected by setting theconfig_file_parser_class
constructor arg to one of these Parser classes. - fixes for various bugs mostly related to config file parsing (see closed Issues). Thanks to @dwfreed @TimZehta @wcastello and others for the pull requests.