Added support for program arguments (fix #27)

This commit is contained in:
WebFreak001 2016-02-23 15:33:03 +01:00
commit cb9e36d6db
4 changed files with 21 additions and 10 deletions

View file

@ -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"