Instance Method インスタンスメソッド

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. 指定されたコマンド引数の型。nilを返します、もしそのような引数がないならば。

See Also 参照

Getting Command Argument Information コマンド引数情報を取得する