Skip to content

Commit 2b406d9

Browse files
JRigglesdacap
authored andcommitted
Create Options.md
Add documentation for `app.command.Options`
1 parent f3f8951 commit 2b406d9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

api/command/Options.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Options
2+
3+
```lua
4+
app.command.Options()
5+
```
6+
7+
Opens the Aseprite preferences dialog.
8+
9+
10+
This command can also be used to prompt the user to install an Aseprite extension file.
11+
12+
## Example
13+
14+
```lua
15+
app.command.Options {
16+
installExtension=""
17+
}
18+
```
19+
20+
Parameters:
21+
22+
* `installExtension`: the path to the `*.aseprite-extension` file to be installed

0 commit comments

Comments
 (0)