Passig multiple arguments
Open
- Dominant language
- Swift
- Stars
- 821
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
How can I pass two or more parameters so that later they would be available using
```
location.arguments["param1"]
location.arguments["param2"]
```
is it possible? Or I should use only payload for this case?
Contributor guide
Assessment
This issue has not been assessed yet.