Added support for program arguments (fix #27)
This commit is contained in:
parent
0d8ae8d7bb
commit
cb9e36d6db
4 changed files with 21 additions and 10 deletions
|
|
@ -45,6 +45,10 @@
|
|||
"type": "string",
|
||||
"description": "Path of executable"
|
||||
},
|
||||
"arguments": {
|
||||
"type": "string",
|
||||
"description": "Arguments to append after the executable. You can also use pipes."
|
||||
},
|
||||
"cwd": {
|
||||
"type": "string",
|
||||
"description": "Path of project"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue