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

Fix typo in readme #36

Closed pluehne closed 6 years ago

pluehne commented 6 years ago

The usage example in the readme shows how multiple parsers are combined with the | operator. However, the readme explitly refers to this as the + operator, which is not correct.

I know there is a discussion about whether or not the + operator should be permitted in addition to |, but I think things should be consistent in the readme at least πŸ˜ƒ.

pluehne commented 6 years ago

@philsquared: Looks like you spotted this issue as well and fixed it in the meantime (commit 50a4a34905546d0c23c74ee15949acc8bb025d67) πŸ˜ƒ.

philsquared commented 6 years ago

Oh, sorry - should have taken your PR instead. Oh well - thanks for closing :-)

pluehne commented 6 years ago

No worries! The typo is fixed, and that’s what matters πŸ˜„.