Description
Provides a C++ library for parsing command-line arguments from a usage description. It helps developers define program options in a readable way and avoid hand-writing repetitive parser code.
This is a development library rather than an app. Install it when building C++ software that uses docopt or when choosing it for your own command-line programs.