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

Commit

Permalink
fix: added constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 3, 2018
1 parent dc886e2 commit 63011e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export namespace Command {
plugin?: Config.IPlugin
flags?: Parser.flags.Input<any>
args?: Parser.args.Input
new<T>(argv: string[], config?: Config.Options): T
run(argv: string[], config?: Config.Options): Promise<any>
}

Expand Down

0 comments on commit 63011e5

Please sign in to comment.