{
"name": "subl",
"description": "Sublime Text",
"options": [
{
"names": [
"--project"
],
"description": "Load the given project",
"takes_arg": true,
"arg": {
"name": "project"
}
},
{
"names": [
"--command"
],
"description": "Run the given command",
"takes_arg": true,
"arg": {
"name": "command"
}
},
{
"names": [
"-n",
"--new-window"
],
"description": "Open a new window"
},
{
"names": [
"-a",
"--add"
],
"description": "Add folders to the current window"
},
{
"names": [
"--launch-or-new-window"
],
"description": "Only open a new window if the application is open"
},
{
"names": [
"-w",
"--wait"
],
"description": "Wait for the files to be closed before returning"
},
{
"names": [
"-b",
"--background"
],
"description": "Don't activate the application"
},
{
"names": [
"-s",
"--stay"
],
"description": "Keep the application activated after closing the file"
},
{
"names": [
"--safe-mode"
],
"description": "Launch using a clean environment"
},
{
"names": [
"-h",
"--help"
],
"description": "Show a help message and exit"
},
{
"names": [
"-v",
"--version"
],
"description": "Show the version and exit"
}
],
"args": [
{
"name": "files|directories",
"is_variadic": true,
"template": "folders"
}
]
}