diff --git a/src/clprocessor.js b/src/clprocessor.js index 67778e9..ac18d3e 100644 --- a/src/clprocessor.js +++ b/src/clprocessor.js @@ -54,12 +54,14 @@ export default async function clProcessor(commands) { } else { if (m.length>0) console.log("Invalid number of parameters"); helpCmd(cmd); + return 99; } return; } } if (cl.length>0) console.log("Invalid command"); helpAll(); + return 99; function calculateMatch(cmd, cl) { const alias = [];