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:
TOKITA Hiroshi 2024-08-10 17:42:33 +09:00 committed by Anas Nashif
commit eb675eb281

View file

@ -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})