Lines Matching +full:west +full:- +full:commands
3 # SPDX-License-Identifier: Apache-2.0
8 from west.commands import WestCommand
11 COMPLETION_REL_PATH = 'completion/west-completion'
14 Output shell completion scripts for west.
20 # one-time
21 source <(west completion bash)
23 west completion bash > ~/west-completion.bash
25 source $HOME/west-completion.bash
28 # one-time
29 source <(west completion zsh)
31 west completion zsh > "${fpath[1]}/_west"
34 # one-time
35 west completion fish | source
37 west completion fish > $HOME/.config/fish/completions/west.fish
41 cmake_opt extra options to pass to cmake; implies -c
42 (these must come after "--" as shown above)
51 # Keep this in sync with the string in west-commands.yml.
63 # Remember to update west-completion.bash if you add or remove