catchorg / Clara

A simple to use, composable, command line parser for C++ 11 and beyond
Boost Software License 1.0
648 stars 67 forks source link

Joint Options #87

Open parnmatt opened 5 years ago

parnmatt commented 5 years ago

It would be used to be able to write options that are joint together

as an example of what I mean, my use case:

User needs to either give an input and output filename; this does one file. Alternatively user gives input and output directories; this does the operation over a predefined subset within those directories.

If one is used, the other shouldn't be