Skip to content

Commit

Permalink
add bash completion for all binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtigyro committed Oct 12, 2020
1 parent d0ac925 commit b2c44a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions local-cluster/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ if ! `"$EXEC_DIR"/helm version --client=true 2>/dev/null | grep -q "$HELM_VER"`
else
echo -e "\nHelm present:" && \
"$EXEC_DIR"/helm version --client=true
source <("$EXEC_DIR"/helm completion bash 2>/dev/null)
fi

# Install/update Helm plugins: "helm-diff"
Expand Down Expand Up @@ -166,4 +167,5 @@ if ! `"$EXEC_DIR"/kind version 2>/dev/null | grep -q "$KIND_VERSION"` ; then
else
echo -e "\nPresent:" && \
"$EXEC_DIR"/kind version
source <("$EXEC_DIR"/kind completion bash 2>/dev/null)
fi

0 comments on commit b2c44a7

Please sign in to comment.