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