..
This commit is contained in:
parent
89a955cfde
commit
35c39863e0
1 changed files with 1 additions and 0 deletions
|
@ -431,6 +431,7 @@ command.callback = async function (
|
||||||
const subcommand = args.shift();
|
const subcommand = args.shift();
|
||||||
let argStr = args.join(" ");
|
let argStr = args.join(" ");
|
||||||
|
|
||||||
|
console.log(arguments);
|
||||||
console.log(subcommand, argStr);
|
console.log(subcommand, argStr);
|
||||||
|
|
||||||
switch (subcommand) {
|
switch (subcommand) {
|
||||||
|
|
Loading…
Reference in a new issue