mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
ADF CLI fixes (#5674)
* safety checks and better path eval * do not execute command on help * rewrite 'update-version' command
This commit is contained in:
@@ -278,6 +278,7 @@ async function main(args) {
|
||||
|
||||
if (process.argv.includes('-h') || process.argv.includes('--help')) {
|
||||
program.outputHelp();
|
||||
return;
|
||||
}
|
||||
|
||||
const configModeler = getAlfrescoJsApiInstance(args);
|
||||
|
Reference in New Issue
Block a user