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

isOptionalArgument(withName:)

Returns a Boolean value that indicates whether the command argument identified by the specified argument key is an optional argument. あるブール値を返します、それは指定された引数キーによって識別されるコマンド引数が任意の引数かどうかを指し示します。

Declaration 宣言

func isOptionalArgument(withName argumentName: String) -> Bool

Parameters パラメータ

argumentName

Argument name (used as a key) that identifies the command argument to examine. 調べることになるコマンド引数を識別する(キーとして使われる)引数名。

Return Value 戻り値

true if the specified argument exists and is optional; otherwise, false. true、もし指定された引数が存在するそして任意ならば;そうでなければ、false

See Also 参照

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