Lines Matching refs:command
2 # this is used to filter which command to show
15 # exclude the caller if one of the arguments is present in the command line
17 # return 1 if one of the arguments is present in the command line
36 …ents to count, if not specified will count all arguments after 'west <command>' on the command line
38 # return 1 if the command line contain more than $argv[1] element from $argv[n...]
72 # check if a given token is the last one in the command line
120 # we don't want the command completion when doing `west help <cmd>`
166 "forall" "run a command in one or more local projects" \
169 "help" "get help for west or a command"
391 complete -c west -n __zephyr_west_use_subcommand -ra forall -d "run a command in one or more local …
393 complete -c west -n "__zephyr_west_seen_subcommand_from forall" -o c -x -d "command to execute"
395 complete -c west -n "__zephyr_west_seen_subcommand_from forall" -o g -l group -x -d "run command on…
410 complete -c west -n __zephyr_west_use_subcommand -ra help -d "get help for west or a command"