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

Commit

Permalink
fix: use LoadOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 6, 2018
1 parent d388d44 commit 4c066f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export namespace Command {
plugin?: Config.IPlugin
flags?: Parser.flags.Input<any>
args?: Parser.args.Input
new(argv: string[], config?: Config.Options): Instance
run(argv: string[], config?: Config.Options): Promise<any>
new(argv: string[], config?: Config.LoadOptions): Instance
run(argv: string[], config?: Config.LoadOptions): Promise<any>
}

export interface Instance {
Expand Down

0 comments on commit 4c066f3

Please sign in to comment.