rebuild cli
This commit is contained in:
parent
cbca922618
commit
c104746817
@ -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 = [];
|
||||
|
Loading…
Reference in New Issue
Block a user