Skip to content

Commit

Permalink
Update bash-completion
Browse files Browse the repository at this point in the history
  • Loading branch information
desa committed Oct 6, 2017
1 parent 5b83322 commit 7967288
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion usr/share/bash-completion/completions/kapacitor
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ _kapacitor()
level)
words='debug info warn error'
;;
logs)
;;
watch)
words=$(_kapacitor_list tasks)
;;
stats)
case "${COMP_WORDS[2]}" in
ingress|general)
Expand All @@ -202,7 +207,7 @@ _kapacitor()
;;
*)
words='record define define-template define-topic-handler replay replay-live enable disable \
reload delete list show show-template show-topic-handler show-topic backup level stats version vars service-tests help'
reload delete list show show-template show-topic-handler show-topic backup level logs watch stats version vars service-tests help'
;;
esac
if [ -z "$COMPREPLY" ]
Expand Down

0 comments on commit 7967288

Please sign in to comment.