Is there any way to implement shell autocompletion for the hashicorp tools on install?
For example, in my machine I have complete -o nospace -C /usr/local/bin/vault vault on my .zshrc. From what I can see, if I migrate to an asdf-powered installation of vault I'd have no easy way to run this.
Is there any way to implement shell autocompletion for the hashicorp tools on install?
For example, in my machine I have
complete -o nospace -C /usr/local/bin/vault vaulton my .zshrc. From what I can see, if I migrate to an asdf-powered installation of vault I'd have no easy way to run this.