Tool to help you manage your Grafana dashboards using Git.

bash-completion 185B

123456789
  1. _examples() {
  2. args=("${COMP_WORDS[@]:1:$COMP_CWORD}")
  3. local IFS=$'\n'
  4. COMPREPLY=($(GO_FLAGS_COMPLETION=1 ${COMP_WORDS[0]} "${args[@]}"))
  5. return 1
  6. }
  7. complete -F _examples examples