Instance Property インスタンスプロパティ

arguments

Sets the arguments of the command to args. コマンドの引数をargsに設定します。

Declaration 宣言

var arguments: [String : Any]? { get set }

Discussion 議論

Each argument in the dictionary is identified by the same name key used for the argument in the command’s class declaration in the script suite file. 辞書の中の各引数は、スクリプトスイートファイルにおいてコマンドのもつクラス記述の中の引数に対して使われるのと、同じ名前キーによって識別されます。

See Also 参照

Accessing arguments 引数にアクセスする