note in readme about positional arguments

This commit is contained in:
Jarryd Beck 2016-01-22 17:46:22 +11:00
parent 81f1f440ed
commit 4a5d45faf7

4
README
View File

@ -14,6 +14,8 @@ Options can be given as:
where c takes an argument, but a and b do not.
Additionally, anything after `--` will be parsed as a positional argument.
How to use:
#include <cxxopts.hpp>
@ -50,7 +52,7 @@ This is a header only library.
== Requirements ==
The only build requirement is a C++ compiler that supports C++11 regular
The only build requirement is a C++ compiler that supports C++11 regular
expressions. For example GCC >= 4.9 or clang with libc++.