Description
C++ programs can parse command-line options from a docopt-style usage string. It is useful for developers who want CLI help text and argument parsing to stay aligned.
This is a development library, not an end-user application. Applications using it still need tests for invalid arguments, help output, and translated command text when relevant.