improve README
This commit is contained in:
@@ -2,11 +2,7 @@
|
|||||||
|
|
||||||
[](https://travis-ci.com/cwpearson/argparse)
|
[](https://travis-ci.com/cwpearson/argparse)
|
||||||
|
|
||||||
Simple single-file header-only CLI option parsing for C++.
|
Simple single-file header-only CLI option parsing for C++ that does not require a working `std::regex`.
|
||||||
* No std::regex
|
|
||||||
* No subcommands or grouped commands.
|
|
||||||
* Only supports `-s value`/`--long-option value` style for options.
|
|
||||||
* Only supports `--long-flag` style for flags.
|
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user