Contents

arguments

Sets the arguments of the command to 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