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

Multiple groups of arguments #78

Open vaclav-domin opened 2 years ago

vaclav-domin commented 2 years ago

Can I specify one argument to multiple groups this is not functional. [ArgumentGroupCertification("d,n", EArgumentGroupCondition.AllOrNoneUsed)] [ArgumentGroupCertification("e,n", EArgumentGroupCondition.AllOrNoneUsed)]

But I can reuse argument N for more groups.