dotfiles/.bash_it/completion/available/helm.completion.bash

8 lines
178 B
Bash
Raw Normal View History

2022-02-27 20:00:49 +01:00
# shellcheck shell=bash
cite "about-completion"
about-completion "helm (Kubernetes Package Manager) completion"
if _command_exists helm; then
eval "$(helm completion bash)"
fi