[completion] Add header #compdef (#1915)
This commit is contained in:
@@ -85,6 +85,8 @@ in order to generate ZSH completion support.
|
||||
*/
|
||||
func runCompletionZsh(out io.Writer, kompose *cobra.Command) error {
|
||||
zshInitialization := `
|
||||
#compdef kompose
|
||||
|
||||
__kompose_bash_source() {
|
||||
alias shopt=':'
|
||||
alias _expand=_bash_expand
|
||||
|
||||
Reference in New Issue
Block a user