Describe your feature request
Managing separate shell-complete files is tedious, and requires manual steps. Many tools offer a way to generate shell completion files by running the utility directly, e.g. kubectl completion bash - so I can just add source <(kubectl completion ${SHELL_NAME}) to the .shell_defaults.
Could we have something similar please? Thanks for the best util on the planet :)
Describe your feature request
Managing separate shell-complete files is tedious, and requires manual steps. Many tools offer a way to generate shell completion files by running the utility directly, e.g.
kubectl completion bash- so I can just addsource <(kubectl completion ${SHELL_NAME})to the.shell_defaults.Could we have something similar please? Thanks for the best util on the planet :)