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

Commit

Permalink
fix: use argv for init
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 3, 2018
1 parent 19405e6 commit 78ace1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as Config from '.'

export interface Hooks {
init: {id: string}
init: {argv: string[]}
prerun: {
Command: Config.Command.Class
argv: string[]
Expand Down

0 comments on commit 78ace1b

Please sign in to comment.