ArgsManager::GetArgs

Return a vector of strings of the given argument

Synopsis

Declared in <common/args.h>

[[requires_capability(0x7f2e381ace68)]]
std::vector<std::string>
GetArgs(std::string const& strArg) const;

Return Value

command-line arguments

Parameters

NameDescription
strArgArgument to get (e.g. "-foo")