3 lines
180 B
Text
3 lines
180 B
Text
docopt.cpp generates an option parser based on help messages in man-like style.
|
|
It eliminates the need to write the repeatable parser code, and instead works
|
|
off of help messages.
|