fclp / fluent-command-line-parser

A simple, strongly typed .NET C# command line parser library using a fluent easy to use interface
Other
530 stars 86 forks source link

Mutually exclusive args #54

Open cakriwut opened 8 years ago

cakriwut commented 8 years ago

Does FCLP support mutually exclusive args? For example : if optional args --cert is specified, then --certkey is required, otherwise both are optionals.

siywilliams commented 8 years ago

Sorry @cakriwut that kind of functionality is not supported at the moment. There are some simpler features that I would like to see included first so it wouldn't be something that would be developed any time soon.