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

Add support for multi-flags #22

Open BMBurstein opened 7 years ago

philsquared commented 7 years ago

I hadn't spotted this PR when I responded to your issue - thanks for this

philsquared commented 7 years ago

Looks like it's not so straightforward - will have to queue this for a proper look

BMBurstein commented 7 years ago

This does not address the issue I raised. The issue applied to lambdas. This PR is about flags that map directly to a variable.