[#ArgsManager-GetArgs] = xref:ArgsManager.adoc[ArgsManager]::GetArgs :relfileprefix: ../ :mrdocs: Return a vector of strings of the given argument == Synopsis Declared in `<common/args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e381ace68)]] std::vector<std::string> GetArgs(std::string const& strArg) const; ---- == Return Value command‐line arguments == Parameters [cols="1,4"] |=== | Name| Description | *strArg* | Argument to get (e.g. "‐foo") |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#