argparse
parent
6fc5496c76
commit
04cef480bd
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue