bw2 / ConfigArgParse

A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
MIT License
719 stars 121 forks source link

Fixes AttributeError #267

Closed tristanlatr closed 2 years ago

tristanlatr commented 2 years ago

Fixes AttributeError: 'int' object has no attribute 'lower' for count actions and a config parser that converts numbers to int. Like Yaml or Toml.