v1
Brett 2023-09-13 17:29:50 -04:00
parent 6fc5496c76
commit 04cef480bd
1 changed files with 1 additions and 0 deletions

View File

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