Return a vector of strings of the given argument
Declared in <common/args.h>
[[requires_capability(0x7f2e381ace68)]]
std::vector<std::string>
GetArgs(std::string const& strArg) const;
command-line arguments
| Name | Description |
|---|---|
| strArg | Argument to get (e.g. "-foo") |