Skip to content
Atlas Platform
GitHubDiscordYouTube

wpe completion zsh

Description

Print terminal completions for zsh.

Usage

$ wpe completion zsh [OPTIONS]

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

--help, -h    Help for zsh