From 708aee4c447abcabf9985b03c8a12cd5e1ccf1e2 Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 20 May 2017 01:39:54 +0200 Subject: [PATCH] do not return out of cb --- ostd/argparse.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/ostd/argparse.hh b/ostd/argparse.hh index 0a5915d..35c3149 100644 --- a/ostd/argparse.hh +++ b/ostd/argparse.hh @@ -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; }