From 04cef480bd51f0cefe43d719c16d6ec583a8bb02 Mon Sep 17 00:00:00 2001 From: Brett Date: Wed, 13 Sep 2023 17:29:50 -0400 Subject: [PATCH] argparse --- include/blt/parse/argparse.h | 1 + 1 file changed, 1 insertion(+) 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); }