Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit baf3576

Browse files
authored
fix: use args.Input to accept any type args (#89)
1 parent 915d9f2 commit baf3576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default abstract class Command {
5959
static flags?: flags.Input<any>
6060

6161
/** An order-dependent array of arguments for the command */
62-
static args?: Parser.args.IArg[]
62+
static args?: Parser.args.Input
6363

6464
static plugin: Config.IPlugin | undefined
6565

0 commit comments

Comments
 (0)