[#ArgsManager-AddCommand] = xref:ArgsManager.adoc[ArgsManager]::AddCommand :relfileprefix: ../ :mrdocs: Add command == Synopsis Declared in `<common/args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e381ae4e8)]] void AddCommand( std::string const& cmd, std::string const& help, std::set<std::string> options = {}); ---- == Parameters [cols="1,4"] |=== | Name| Description | *cmd* | The command name to register. | *help* | Help text describing the command. | *options* | Names of options valid for this command. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#