bash-it/completion/available/helm.completion.bash

9 lines
136 B
Bash

#!/usr/bin/env bash
# helm (Kubernetes Package Manager) completion
if _command_exists helm
then
eval "$(helm completion bash)"
fi