typeForArgument(withName:)
Returns the type of the command argument identified by the specified key.
Declaration
func typeForArgument(withName argumentName: String) -> String?Parameters
- argumentName:
Argument name (used as a key) that identifies the command argument to examine.
Return Value
The type of the specified command argument. Returns nil if there is no such argument.