[#HelpRequested] = HelpRequested :mrdocs: Return whether the user asked for help on the command line. == Synopsis Declared in `<common/args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool HelpRequested(xref:ArgsManager.adoc[ArgsManager] const& args); ---- == Return Value true if help has been requested via a command‐line arg == Parameters [cols="1,4"] |=== | Name| Description | *args* | The argument manager to inspect. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#