From 5643155550f5067f6cbdb531a292d31587d86616 Mon Sep 17 00:00:00 2001 From: mitz Date: Tue, 3 Sep 2019 09:24:34 +0900 Subject: [PATCH] Enable bash completion for argocd It is supported since v1.2.0. --- debian/DEBIAN/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/DEBIAN/postinst b/debian/DEBIAN/postinst index cb4298bcd..97172e0d2 100755 --- a/debian/DEBIAN/postinst +++ b/debian/DEBIAN/postinst @@ -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