8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a8af8 commit b88d09bCopy full SHA for b88d09b
docopt.h
@@ -67,7 +67,7 @@ namespace docopt {
67
/// @throws DocoptExitHelp if 'help' is true and the user has passed the '--help' argument
68
/// @throws DocoptExitVersion if 'version' is true and the user has passed the '--version' argument
69
/// @throws DocoptArgumentError if the user's argv did not match the usage patterns
70
- std::map<std::string, value> DOCOPT_API docopt_parse(std::string const& doc,
+ std::map<std::string, value> DOCOPT_API docopt_parse(std::string const& doc,
71
std::vector<std::string> const& argv,
72
bool help = true,
73
bool version = true,
0 commit comments