Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The vanilla version assumes that the completion script is generated once and then put in the zsh completion script folder. This has advantages, such as better caching, but it breaks the most common use-case `source <(rakkess completion zsh)` This commit adds a compdef call which re-enables this usage. Also see spf13/cobra#887
- Loading branch information