Lines Matching refs:completion
46 .. _west-shell-completion:
48 Enabling shell completion
51 West currently supports shell completion in the following shells:
57 In order to enable shell completion, you will need to obtain the corresponding
58 completion script and have it sourced.
59 Using the completion scripts:
69 source <(west completion bash)
75 … west completion bash > ~/west-completion.bash; echo "source ~/west-completion.bash" >> ~/.bashrc
83 source <(west completion zsh)
89 west completion zsh > "${fpath[1]}/_west"
97 west completion fish | source
103 west completion fish > $HOME/.config/fish/completions/west.fish