util: Add SetupHelpOptions()

This commit is contained in:
MarcoFalke
2019-02-06 13:57:52 -05:00
parent 1a6036978e
commit a99999cc04
10 changed files with 23 additions and 28 deletions

View File

@@ -295,6 +295,9 @@ extern ArgsManager gArgs;
*/
bool HelpRequested(const ArgsManager& args);
/** Add help options to the args manager */
void SetupHelpOptions(ArgsManager& args);
/**
* Format a string to be used as group of options in help messages
*