Skip to content

Commit f567c22

Browse files
henrikbrixandersencfriedt
authored andcommitted
scripts: west: commands: completion: bash: add --domain completion
Add completion support for "west build --domain" under the Bash shell. Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent a9dd0c9 commit f567c22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/west_commands/completion/west-completion.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,7 @@ __comp_west_build()
751751
--target -t
752752
--test-item -T
753753
--build-opt -o
754+
--domain
754755
"
755756

756757
all_opts="$bool_opts $special_opts $dir_opts $other_opts"

0 commit comments

Comments
 (0)