Skip to content

Commit

Permalink
Merge pull request #63 from buildkite/make-handler-required
Browse files Browse the repository at this point in the history
Make --handler a required parameter
  • Loading branch information
lox authored Dec 16, 2018
2 parents 65305aa + 3ffe1fa commit ae6056f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/lifecycled/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func main() {
BoolVar(&disableSpotListener)

app.Flag("handler", "The script to invoke to handle events").
Required().
FileVar(&handler)

app.Flag("json", "Enable JSON logging").
Expand Down

0 comments on commit ae6056f

Please sign in to comment.