Skip to content

wpe completion zsh

Print terminal completions for zsh.

Terminal window
$ wpe completion zsh [OPTIONS]

The wpe completion zsh command will print tab completion configuration for zsh. If shell completion is not already enabled in your environment you will need to enable it by running the following command:

Terminal window
$ echo "autoload -U compinit; compinit" >> ~/.zshrc

To load completions for each session run the following command once:

Terminal window
$ wpe completion zsh > "${fpath[1]}/_wpe"
--help, -h Help for zsh