1docopt.cpp generates an option parser based on help messages in man-like style.
2It eliminates the need to write the repeatable parser code, and instead works
3off of help messages.
4