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

Typo in EArgumentGroupCondition enum #77

Closed dmagician038 closed 2 years ago

dmagician038 commented 2 years ago

The 3rd value of "EArgumentGroupCondition" enum: "OneOreNoneUsed" should be "OneOrNoneUsed"

StefH commented 2 years ago

Will be fixed in https://github.com/j-maly/CommandLineParser/pull/80