wpe completion zsh
Description
Section titled “Description”Print terminal completions for zsh.
$ wpe completion zsh [OPTIONS]
Extended Description
Section titled “Extended Description”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:
$ echo "autoload -U compinit; compinit" >> ~/.zshrc
To load completions for each session run the following command once:
$ wpe completion zsh > "${fpath[1]}/_wpe"
Options
Section titled “Options”--help, -h Help for zsh