argumentNames
Returns the names (or keys) for all arguments of the receiver’s command.
Declaration
var argumentNames: [String] { get }Return Value
The array of argument names. If there are no arguments for the command, returns an empty array.
Returns the names (or keys) for all arguments of the receiver’s command.
var argumentNames: [String] { get }The array of argument names. If there are no arguments for the command, returns an empty array.