There was an error while loading. Please reload this page.
1 parent 915d9f2 commit baf3576Copy full SHA for baf3576
1 file changed
src/command.ts
@@ -59,7 +59,7 @@ export default abstract class Command {
59
static flags?: flags.Input<any>
60
61
/** An order-dependent array of arguments for the command */
62
- static args?: Parser.args.IArg[]
+ static args?: Parser.args.Input
63
64
static plugin: Config.IPlugin | undefined
65
0 commit comments