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

Commit 5611b63

Browse files
committed
fix: plugin is always set
1 parent eb97bc1 commit 5611b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export namespace Command {
6262
}
6363

6464
export interface Class extends Base {
65-
plugin?: Config.IPlugin
65+
plugin: Config.IPlugin
6666
flags?: Parser.flags.Input<any>
6767
args?: Parser.args.Input
6868
new(argv: string[], config: Config.IConfig): Instance

0 commit comments

Comments
 (0)