scripts: west_commands: completion: zsh: Add minimum support for sdk
Add minimum support for the `west sdk` command. This only provides completion for the `sdk` command itself. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
parent
85ffd1e031
commit
eb675eb281
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ _west_cmds() {
|
|||
'zephyr-export[export Zephyr installation as a CMake config package]'
|
||||
'spdx[create SPDX bill of materials]'
|
||||
'blobs[work with binary blobs]'
|
||||
'sdk[manage SDKs]'
|
||||
)
|
||||
|
||||
local -a all_cmds=(${builtin_cmds} ${zephyr_ext_cmds})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue