diff --git a/include/blt/parse/argparse.h b/include/blt/parse/argparse.h index 79a56db..bf582f4 100755 --- a/include/blt/parse/argparse.h +++ b/include/blt/parse/argparse.h @@ -420,6 +420,7 @@ namespace blt inline void setHelpExtras(std::string str) { + addArgument(blt::arg_builder(str).setAction(blt::arg_action_t::STORE_TRUE).build()); help_inclusion = std::move(str); }