loganasherjones / yapconf

Yet Another Python Configuration
http://yapconf.readthedocs.io/en/stable/
MIT License
18 stars 4 forks source link

Argparse should never be required #42

Closed loganasherjones closed 6 years ago

loganasherjones commented 6 years ago

Argparse arguments should never really be marked as required. We don't have enough information to mark them as required. Everything yapconf does with the CLI is just helpful options. We assume that if they are not provided on the command-line, they will be added by a different source later.