bw2 / ConfigArgParse

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

Adding `config_file_parser_class=configargparse.ConfigparserConfigFileParser,` #222

Open ayush4921 opened 3 years ago

ayush4921 commented 3 years ago

Adding config_file_parser_class=configargparse.ConfigparserConfigFileParser, makes the help epilogue for configargparse very wierd.

image

Instead of

image

bw2 commented 3 years ago

A PR to fix this would be appreciated.