j-maly / CommandLineParser

Command line parser. Declarative arguments support. Rich set of argument types (switches, enums, files, etc...). Mutually exclusive arguments validations.
MIT License
137 stars 30 forks source link

Fixed ForcedDefaultValue regression. #68

Closed alexandre-lecoq closed 3 years ago

alexandre-lecoq commented 5 years ago

Proposed fixed regarding regression introduced with the addition of ForcedDefaultValue.

StefH commented 4 years ago

@alexandre-lecoq Thank you for your updates. I'll take a look after next week.