do not return out of cb

This commit is contained in:
q66 2017-05-20 01:39:54 +02:00
parent a84c1e5d84
commit 708aee4c44

View file

@ -372,7 +372,6 @@ struct basic_arg_parser: arg_description_container {
opt.help(msg);
opt.action([this, out = std::move(out)](auto) mutable {
this->print_help(out);
return true;
});
return opt;
}