added the path to the file containing the projects code from the db
This commit is contained in:
parent
6a15067a64
commit
773735f870
|
@ -16,5 +16,11 @@
|
||||||
"paramLongName": "outputPath",
|
"paramLongName": "outputPath",
|
||||||
"paramDescription": "the path of the new ActionSet",
|
"paramDescription": "the path of the new ActionSet",
|
||||||
"paramRequired": true
|
"paramRequired": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"paramName": "dbp",
|
||||||
|
"paramLongName": "dbProjectPath",
|
||||||
|
"paramDescription": "the path of the project code read from db",
|
||||||
|
"paramRequired": true
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in New Issue