Commit 9c5a54da authored by Paul's avatar Paul
Browse files

Formatting

parent 753a5332
...@@ -199,7 +199,8 @@ struct argument_parser ...@@ -199,7 +199,8 @@ struct argument_parser
for(auto&& flag : arg.flags) for(auto&& flag : arg.flags)
keywords[flag] = arg.nargs + 1; keywords[flag] = arg.nargs + 1;
} }
auto arg_map = generic_parse(std::move(args), [&](const std::string& x) { return keywords[x]; }); auto arg_map =
generic_parse(std::move(args), [&](const std::string& x) { return keywords[x]; });
for(auto&& arg : arguments) for(auto&& arg : arguments)
{ {
auto flags = arg.flags; auto flags = arg.flags;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment