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 0718ad7 commit f2618abCopy full SHA for f2618ab
docopt.cpp
@@ -636,7 +636,7 @@ docopt::docopt_parse(std::string const& doc,
636
std::vector<std::shared_ptr<LeafPattern>> collected;
637
bool matched = pattern.fix().match(argv_patterns, collected);
638
if (matched && argv_patterns.empty()) {
639
- options ret;
+ docopt::options ret;
640
641
// (a.name, a.value) for a in (pattern.flat() + collected)
642
for (auto* p : pattern.leaves()) {
0 commit comments