|
|
|
|
|
by chli
2135 days ago
|
|
I've used http://docopt.org/ in the past for a toy project. It's an interesting concept where you define the command line "help" syntax and it generates an arguments structure and an associated parser. I've used the C version, I believe the C++ version is better maintained. |
|
I maintain two ports of docopt and I'm telling you not to use it.