Skip to content

Commit

Permalink
fix(report): Add fetcher flag
Browse files Browse the repository at this point in the history
  • Loading branch information
elldritch committed Mar 6, 2018
1 parent c6e9d2e commit 83b0d07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/fossa/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ func main() {
Action: reportCmd,
Flags: []cli.Flag{
cli.StringFlag{Name: "c, config", Usage: configUsage},
cli.StringFlag{Name: "fetcher", Usage: fetcherUsage},
cli.StringFlag{Name: "p, project", Usage: projectUsage},
cli.StringFlag{Name: "r, revision", Usage: revisionUsage},
cli.StringFlag{Name: "e, endpoint", Usage: endpointUsage},
Expand Down

0 comments on commit 83b0d07

Please sign in to comment.