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

Support slashes as option separators, at least under Windows #9

Closed vadz closed 7 years ago

vadz commented 8 years ago

It's pretty common to use slashes instead of dashes under Windows and most other command line parsing libraries support this. I think Clara should too, at least for the short options.

philsquared commented 8 years ago

Another thing I've had in mind - just not got around to it yet.

philsquared commented 8 years ago

This is in now (0.0.2.0). Currently always available. Might make it configurable...

philsquared commented 7 years ago

Still in v1.0 - only when building for Windows. I'm going to close this.