Skip to content

Commit

Permalink
add filter flags for get cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
cynipe authored and TylerBrock committed Jul 31, 2018
1 parent 505a779 commit b1fa94d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".`,
Takes an absolute timestamp in RFC3339 format, or a relative time (eg. -2h).
Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".`,
)
getCommand.Flags().StringVar(&getConfig.Filter, "filter", "", "event filter pattern")
}

0 comments on commit b1fa94d

Please sign in to comment.