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

Commit

Permalink
fix: plugin is always set
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 9, 2018
1 parent eb97bc1 commit 5611b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export namespace Command {
}

export interface Class extends Base {
plugin?: Config.IPlugin
plugin: Config.IPlugin
flags?: Parser.flags.Input<any>
args?: Parser.args.Input
new(argv: string[], config: Config.IConfig): Instance
Expand Down

0 comments on commit 5611b63

Please sign in to comment.