do not return out of cb

master
Daniel Kolesa 2017-05-20 01:39:54 +02:00
parent a84c1e5d84
commit 708aee4c44
1 changed files with 0 additions and 1 deletions

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;
}