From c10474681701debce5e902894b05f78c3486a1cf Mon Sep 17 00:00:00 2001 From: Jordi Baylina Date: Thu, 31 Dec 2020 06:41:42 +0100 Subject: [PATCH] rebuild cli --- build/cli.cjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/cli.cjs b/build/cli.cjs index f3d229a..ee75e3a 100755 --- a/build/cli.cjs +++ b/build/cli.cjs @@ -1267,12 +1267,14 @@ 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 = [];