added the path to the file containing the projects code from the db

This commit is contained in:
Miriam Baglioni 2020-05-28 17:30:45 +02:00
parent 6a15067a64
commit 773735f870
1 changed files with 7 additions and 1 deletions

View File

@ -16,5 +16,11 @@
"paramLongName": "outputPath",
"paramDescription": "the path of the new ActionSet",
"paramRequired": true
}
},
{
"paramName": "dbp",
"paramLongName": "dbProjectPath",
"paramDescription": "the path of the project code read from db",
"paramRequired": true
}
]