Skip to content

Commit

Permalink
Allow -c flag on ensure
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfield committed Oct 9, 2018
1 parent 9afb26e commit 6edb876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/ensure.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ var ensureCmd = &cobra.Command{
}

func init() {
ensureCmd.Flags().StringSliceVarP(&contacts, "contacts", "c", []string{}, "Comma-separated list of contact IDs to notify")
RootCmd.AddCommand(ensureCmd)
}

0 comments on commit 6edb876

Please sign in to comment.