Contents

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.

See Also

Getting Command Argument Information