Skip to content

Commit 0be526e

Browse files
authored
Adding argparse mention
See r-lyeh/single_file_libs#150
1 parent f6351b6 commit 0be526e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ After I wrote this, I also found the following libraries:
110110
| [Argument Aggregator][] | I'm a big fan of the [fmt][] library, and the try-catch statement looks familiar. :thumbsup: Doesn't seem to support subcommands. |
111111
| [Clara][] | Simple library built for the excellent [Catch][] testing framework. Unique syntax, limited scope. |
112112
| [Argh!][] | Very minimalistic C++11 parser, single header. Don't have many features. No help generation?!?! At least it's exception-free. |
113-
| [CLI][] | Custom language and parser. Huge build-system overkill for very little benefit. Last release in 2009, but still occasionally active. |
113+
| [CLI][] | Custom language and parser. Huge build-system overkill for very little benefit. Last release in 2009, but still occasionally active. |
114+
|[argparse][] | C++17 single file argument parser. Design seems similar to CLI11 in some ways. |
114115

115116
See [Awesome C++][] for a less-biased list of parsers. You can also find other single file libraries at [Single file libs][].
116117

@@ -850,3 +851,4 @@ CLI11 was developed at the [University of Cincinnati][] to support of the [GooFi
850851
[codacy-link]: https://www.codacy.com/app/henryiii/CLI11?utm_source=github.com&utm_medium=referral&utm_content=CLIUtils/CLI11&utm_campaign=Badge_Grade
851852
[hunter]: https://docs.hunter.sh/en/latest/packages/pkg/CLI11.html
852853
[standard readme style]: https://github.com/RichardLitt/standard-readme
854+
[argparse]: https://github.com/p-ranav/argparse

0 commit comments

Comments
 (0)