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

Name

Description

strArg

Argument to get (e.g. "‐foo")

Created with MrDocs