---
title: arguments
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsscriptcommand/arguments
---

# arguments

Sets the arguments of the command to args.

## Declaration

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

## Discussion

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

- [evaluatedArguments](foundation/nsscriptcommand/evaluatedarguments.md)
