Skip to content

Commit

Permalink
Merge 6fd6d74 into 9ae3813
Browse files Browse the repository at this point in the history
  • Loading branch information
maPaydar committed Dec 12, 2017
2 parents 9ae3813 + 6fd6d74 commit 007a44c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions args.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -2613,6 +2613,11 @@ namespace args
const std::vector<std::string> args(argv + 1, argv + argc);
return ParseArgs(args) == std::end(args);
}

bool ParseCLI(const std::vector<std::string> args)
{
return ParseArgs(args) == std::end(args);
}
};

inline Command::RaiiSubparser::RaiiSubparser(ArgumentParser &parser_, std::vector<std::string> args_)
Expand Down

0 comments on commit 007a44c

Please sign in to comment.