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