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

Ability to support empty list with default parser? #287

Open groucho86 opened 10 months ago

groucho86 commented 10 months ago

I'm hoping to be able to use the default ArgumentParser (ie, not constrained by the INI format) and have it support a config that contains empty lists like this: argument_name = []

Is this possible?