Skip to content

Commit eb675eb

Browse files
soburinashif
authored andcommitted
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 <[email protected]>
1 parent 85ffd1e commit eb675eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/west_commands/completion/west-completion.zsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ _west_cmds() {
3434
'zephyr-export[export Zephyr installation as a CMake config package]'
3535
'spdx[create SPDX bill of materials]'
3636
'blobs[work with binary blobs]'
37+
'sdk[manage SDKs]'
3738
)
3839

3940
local -a all_cmds=(${builtin_cmds} ${zephyr_ext_cmds})

0 commit comments

Comments
 (0)