Update README.md

This commit is contained in:
Carl Pearson
2021-12-21 07:19:29 -07:00
committed by GitHub
parent d0ea138f8b
commit cbd549f737

View File

@@ -167,7 +167,7 @@ if (p.need_help()) {
## Features
- [x] Does not require `std::regex`
- [x] allow (default) / disallow (`Parser::no_unrecognize()`) unrecognized options and flags
- [x] allow (default) / disallow (`Parser::no_unrecognized()`) unrecognized options and flags
- [x] optional/required (`PosnlBase::required()`) positional arguments
- [x] flags with `-s`, `--long-flag` formats
- [x] options with `--long-opt val` format