forked from addonscript/addonscript-spec
20 lines
369 B
Markdown
20 lines
369 B
Markdown
# Install Object
|
|
|
|
```json
|
|
{
|
|
"command": "move",
|
|
"args": ["./mods"]
|
|
}
|
|
```
|
|
|
|
## Required properties
|
|
|
|
### command
|
|
|
|
This is the [install command](../concepts/install.md), which should be used at this installation step.
|
|
|
|
## Optional properties
|
|
|
|
### args
|
|
|
|
This is an array of arguments for the [install command](../concepts/install.md). Each of them takes other arguments.
|