note in readme about positional arguments
This commit is contained in:
parent
81f1f440ed
commit
4a5d45faf7
4
README
4
README
@ -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++.
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user