This commit is contained in:
Cynthia Foxwell 2022-12-10 15:22:19 -07:00
parent 89a955cfde
commit 35c39863e0

View file

@ -431,6 +431,7 @@ command.callback = async function (
const subcommand = args.shift();
let argStr = args.join(" ");
console.log(arguments);
console.log(subcommand, argStr);
switch (subcommand) {