Skip to content

Commit

Permalink
Merge pull request #506 from cybozu-go/argocd-bash-completion
Browse files Browse the repository at this point in the history
Enable bash completion for argocd
  • Loading branch information
masa213f authored Sep 3, 2019
2 parents d53c731 + 5643155 commit aeffc80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian/DEBIAN/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ configure() {
/usr/bin/neco completion > /etc/bash_completion.d/neco
/usr/bin/kubectl completion bash > /etc/bash_completion.d/kubectl
/usr/bin/stern --completion bash > /etc/bash_completion.d/stern
/usr/bin/argocd completion bash > /etc/bash_completion.d/argocd
}

if test "$1" = "configure"; then
Expand Down

0 comments on commit aeffc80

Please sign in to comment.