catchorg / Clara

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

Subcommands #31

Open trueqbit opened 6 years ago

trueqbit commented 6 years ago

Tools, which aren't a command in their own respect but rather offer several independent sub commands, are quite hard to achieve with the current state of the library. Examples are git or the windows service utility sc.

Subcommands are a good way to reduce the complexity of the commandline by separating different concerns.

topisani commented 6 years ago

What's the status on this? except for the use of the comma operator which seems a little weird, i for one really like it