diff --git a/src/command.ts b/src/command.ts index 00f9fd3e..7b7721ea 100644 --- a/src/command.ts +++ b/src/command.ts @@ -59,7 +59,7 @@ export default abstract class Command { static flags?: flags.Input /** An order-dependent array of arguments for the command */ - static args?: Parser.args.IArg[] + static args?: Parser.args.Input static plugin: Config.IPlugin | undefined