Lines Matching full:n
36 # argv[n] are the arguments to count, if not specified will count all arguments after 'west <comman…
38 # return 1 if the command line contain more than $argv[1] element from $argv[n...]
155 printf "%s\n" $projects
188 printf "%s\n" $ext_cmds[$idx]\t"$ext_cmds[$desc_idx]"
194 printf "%s\n" $builtin_cmds[$idx]\t"$builtin_cmds[$desc_idx]"
202 printf "%s\n" $b[1]\t"$b[2]"
210 complete -c west -n "__zephyr_west_exclude -h --help" -o h -l help -d "show help"
212 complete -c west -n "__zephyr_west_exclude -V --version" -o V -l version -d "print version"
213 complete -c west -n "__zephyr_west_exclude -z --zephyr-base; or __zephyr_west_is_last_token -z --ze…
216 complete -c west -n __zephyr_west_use_subcommand -ra init -d "create a west workspace"
217 complete -c west -n "__zephyr_west_seen_subcommand_from init" -ra "(__zephyr_west_complete_director…
218 complete -c west -n "__zephyr_west_seen_subcommand_from init; and __zephyr_west_exclude -l --local"…
219 complete -c west -n "__zephyr_west_seen_subcommand_from init" -l mf -l manifest-file -r -d "manifes…
220 complete -c west -n "__zephyr_west_seen_subcommand_from init; and __zephyr_west_exclude -l --local"…
221 complete -c west -n "__zephyr_west_seen_subcommand_from init; and __zephyr_west_exclude -m --manife…
224 complete -c west -n __zephyr_west_use_subcommand -ra update -d "update projects described in west m…
225 complete -c west -n "__zephyr_west_seen_subcommand_from update" -ra "(__zephyr_west_complete_projec…
226 complete -c west -n "__zephyr_west_seen_subcommand_from update" -l stats -d "print performance stat…
227 complete -c west -n "__zephyr_west_seen_subcommand_from update" -l name-cache -ra "(__zephyr_west_c…
228 complete -c west -n "__zephyr_west_seen_subcommand_from update" -l path-cache -ra "(__zephyr_west_c…
229 complete -c west -n "__zephyr_west_seen_subcommand_from update" -o f -l fetch -ra "always smart" -d…
230 complete -c west -n "__zephyr_west_seen_subcommand_from update" -o o -l fetch-opt -d "fetch options"
231 complete -c west -n "__zephyr_west_seen_subcommand_from update" -o n -l narrow -d "narrow fetch"
232 complete -c west -n "__zephyr_west_seen_subcommand_from update" -o k -l keep-descendants -d "keep m…
233 complete -c west -n "__zephyr_west_seen_subcommand_from update" -o r -l rebase -d "rebase checked o…
236 complete -c west -n __zephyr_west_use_subcommand -ra list -d "print information about projects"
237 complete -c west -n "__zephyr_west_seen_subcommand_from list; and not __fish_seen_subcommand_from b…
238 complete -c west -n "__zephyr_west_seen_subcommand_from list; and not __fish_seen_subcommand_from b…
239 complete -c west -n "__zephyr_west_seen_subcommand_from list; and not __fish_seen_subcommand_from b…
240 complete -c west -n "__zephyr_west_seen_subcommand_from list; and not __fish_seen_subcommand_from b…
243 complete -c west -n __zephyr_west_use_subcommand -ra manifest -d "manage the west manifest"
244 complete -c west -n "__zephyr_west_seen_subcommand_from manifest" -l resolve -d "resolve into singl…
245 complete -c west -n "__zephyr_west_seen_subcommand_from manifest" -l freeze -d "resolve into single…
246 complete -c west -n "__zephyr_west_seen_subcommand_from manifest" -l validate -d "silently validate…
247 complete -c west -n "__zephyr_west_seen_subcommand_from manifest" -l path -d "print the path to the…
248 complete -c west -n "__zephyr_west_seen_subcommand_from manifest" -o o -l output -rF -d "output fil…
251 complete -c west -n __zephyr_west_use_subcommand -ra diff -d '"git diff" for one or more projects'
252 complete -c west -n "__zephyr_west_seen_subcommand_from diff" -ra "(__zephyr_west_complete_projects…
253 complete -c west -n "__zephyr_west_seen_subcommand_from diff" -o a -l all -d "include inactive proj…
256 complete -c west -n __zephyr_west_use_subcommand -ra status -d '"git status" for one or more projec…
257 complete -c west -n "__zephyr_west_seen_subcommand_from status" -ra "(__zephyr_west_complete_projec…
258 complete -c west -n "__zephyr_west_seen_subcommand_from status" -o a -l all -d "include inactive pr…
261 complete -c west -n __zephyr_west_use_subcommand -ra forall -d "run a command in one or more local …
262 complete -c west -n "__zephyr_west_seen_subcommand_from forall" -ra "(__zephyr_west_complete_projec…
263 complete -c west -n "__zephyr_west_seen_subcommand_from forall" -o c -x -d "command to execute"
264 complete -c west -n "__zephyr_west_seen_subcommand_from forall" -o a -l all -d "include inactive pr…
265 complete -c west -n "__zephyr_west_seen_subcommand_from forall" -o g -l group -x -d "run command on…
268 complete -c west -n __zephyr_west_use_subcommand -ra config -d "get or set config file values"
269 complete -c west -n "__zephyr_west_seen_subcommand_from config" -o l -l list -d "list all options a…
270 complete -c west -n "__zephyr_west_seen_subcommand_from config" -o d -l delete -d "delete an option…
271 complete -c west -n "__zephyr_west_seen_subcommand_from config" -o D -l delete-all -d "delete an op…
272 complete -c west -n "__zephyr_west_seen_subcommand_from config" -l system -d "system-wide file"
273 complete -c west -n "__zephyr_west_seen_subcommand_from config" -l global -d "global user-wide"
274 complete -c west -n "__zephyr_west_seen_subcommand_from config" -l local -d "this workspace's file"
277 complete -c west -n __zephyr_west_use_subcommand -a topdir -d "print the top level directory of the…
280 complete -c west -n __zephyr_west_use_subcommand -ra help -d "get help for west or a command"
281 complete -c west -n "__fish_seen_subcommand_from help; and __zephyr_west_max_args 1" -ra "(__zephyr…
286 complete -c west -n "__zephyr_west_use_subcommand; and __zephyr_west_check_if_in_workspace" -ra com…
287 complete -c west -n "__zephyr_west_seen_subcommand_from completion; and __zephyr_west_max_args 1" -…
290 complete -c west -n "__zephyr_west_use_subcommand; and __zephyr_west_check_if_in_workspace" -ra boa…
291 complete -c west -n "__zephyr_west_seen_subcommand_from boards" -o f -l format -d "format string"
292 complete -c west -n "__zephyr_west_seen_subcommand_from boards" -o n -l name -d "name regex"
293 complete -c west -n "__zephyr_west_seen_subcommand_from boards" -l arch-root -xa "(__zephyr_west_co…
294 complete -c west -n "__zephyr_west_seen_subcommand_from boards" -l board-root -xa "(__zephyr_west_c…
297 complete -c west -n "__zephyr_west_use_subcommand; and __zephyr_west_check_if_in_workspace" -ra bui…
298 complete -c west -n "__zephyr_west_seen_subcommand_from build" -ra "(__zephyr_west_complete_directo…
299 complete -c west -n "__zephyr_west_seen_subcommand_from build" -o b -l board -xa "(__zephyr_west_co…
300 complete -c west -n "__zephyr_west_seen_subcommand_from build" -o d -l build-dir -xa "(__zephyr_wes…
301 complete -c west -n "__zephyr_west_seen_subcommand_from build" -o f -l force -d "ignore errors and …
302 complete -c west -n "__zephyr_west_seen_subcommand_from build" -l sysbuild -d "create multi-domain …
303 complete -c west -n "__zephyr_west_seen_subcommand_from build" -l no-sysbuild -d "do not create mul…
304 complete -c west -n "__zephyr_west_seen_subcommand_from build" -o c -l cmake -d "force a cmake run"
305 complete -c west -n "__zephyr_west_seen_subcommand_from build" -l domain -d "execute build tool (ma…
306 complete -c west -n "__zephyr_west_seen_subcommand_from build" -o t -l target -d "run build system …
307 complete -c west -n "__zephyr_west_seen_subcommand_from build" -o T -l test-item -d "build based on…
308 complete -c west -n "__zephyr_west_seen_subcommand_from build" -o o -l build-opt -d "options to pas…
309 complete -c west -n "__zephyr_west_seen_subcommand_from build" -o n -l just-print -l dry-run -l rec…
310 complete -c west -n "__zephyr_west_seen_subcommand_from build" -o p -l pristine -ra "auto always ne…
313 complete -c west -n "__zephyr_west_use_subcommand; and __zephyr_west_check_if_in_workspace" -ra sig…
314 complete -c west -n "__zephyr_west_seen_subcommand_from sign" -o d -l build-dir -ra "(__zephyr_west…
315 complete -c west -n "__zephyr_west_seen_subcommand_from sign" -o q -l quiet -d "suppress non-error …
316 complete -c west -n "__zephyr_west_seen_subcommand_from sign" -o f -l force -d "ignore errors and c…
317 complete -c west -n "__zephyr_west_seen_subcommand_from sign" -o t -l tool -ra "imgtool rimage" -d …
318 complete -c west -n "__zephyr_west_seen_subcommand_from sign" -o p -l tool-path -ra "(__zephyr_west…
319 complete -c west -n "__zephyr_west_seen_subcommand_from sign" -o P -l tool-data -ra "(__zephyr_west…
320 complete -c west -n "__zephyr_west_seen_subcommand_from sign; and __zephyr_west_exclude --no-bin" -…
321 complete -c west -n "__zephyr_west_seen_subcommand_from sign; and __zephyr_west_exclude --bin" -l n…
322 complete -c west -n "__zephyr_west_seen_subcommand_from sign" -o B -l sbin -rF -d "signed .bin file…
323 complete -c west -n "__zephyr_west_seen_subcommand_from sign; and __zephyr_west_exclude --no-hex" -…
324 complete -c west -n "__zephyr_west_seen_subcommand_from sign; and __zephyr_west_exclude --hex" -l n…
325 complete -c west -n "__zephyr_west_seen_subcommand_from sign" -o H -l shex -rF -d "signed .hex file…
328 complete -c west -n "__zephyr_west_use_subcommand; and __zephyr_west_check_if_in_workspace" -ra fla…
331 complete -c west -n "__zephyr_west_use_subcommand; and __zephyr_west_check_if_in_workspace" -ra deb…
334 complete -c west -n "__zephyr_west_use_subcommand; and __zephyr_west_check_if_in_workspace" -ra deb…
337 complete -c west -n "__zephyr_west_use_subcommand; and __zephyr_west_check_if_in_workspace" -ra att…
340 complete -c west -n "__zephyr_west_seen_subcommand_from flash debug debugserver attach" -o d -l bui…
341 complete -c west -n "__zephyr_west_seen_subcommand_from flash debug debugserver attach" -o r -l run…
342 complete -c west -n "__zephyr_west_seen_subcommand_from flash debug debugserver attach" -l skip-reb…
343 complete -c west -n "__zephyr_west_seen_subcommand_from flash debug debugserver attach" -l domain -…
344 complete -c west -n "__zephyr_west_seen_subcommand_from flash debug debugserver attach" -o H -l con…
345 complete -c west -n "__zephyr_west_seen_subcommand_from flash debug debugserver attach" -l board-di…
346 complete -c west -n "__zephyr_west_seen_subcommand_from flash debug debugserver attach" -o f -l fil…
347 complete -c west -n "__zephyr_west_seen_subcommand_from flash debug debugserver attach" -o t -l fil…
348 complete -c west -n "__zephyr_west_seen_subcommand_from flash debug debugserver attach" -l elf-file…
349 complete -c west -n "__zephyr_west_seen_subcommand_from flash debug debugserver attach" -l hex-file…
350 complete -c west -n "__zephyr_west_seen_subcommand_from flash debug debugserver attach" -l bin-file…
351 complete -c west -n "__zephyr_west_seen_subcommand_from flash debug debugserver attach" -l gdb -Fr …
352 complete -c west -n "__zephyr_west_seen_subcommand_from flash debug debugserver attach" -l openocd …
353 complete -c west -n "__zephyr_west_seen_subcommand_from flash debug debugserver attach" -l openocd-…
356 complete -c west -n "__zephyr_west_use_subcommand; and __zephyr_west_check_if_in_workspace" -ra zep…
359 complete -c west -n "__zephyr_west_use_subcommand; and __zephyr_west_check_if_in_workspace" -ra spd…
360 complete -c west -n "__zephyr_west_seen_subcommand_from spdx" -o i -l init -d "initialize CMake fil…
361 complete -c west -n "__zephyr_west_seen_subcommand_from spdx" -o d -l build-dir -ra "(__zephyr_west…
362 complete -c west -n "__zephyr_west_seen_subcommand_from spdx" -o n -l namespace-prefix -rf -d "name…
363 complete -c west -n "__zephyr_west_seen_subcommand_from spdx" -o s -l spdx-dir -ra "(__zephyr_west_…
364 complete -c west -n "__zephyr_west_seen_subcommand_from spdx" -l analyze-includes -d "also analyze …
365 complete -c west -n "__zephyr_west_seen_subcommand_from spdx" -l include-sdk -d "also generate SPDX…
368 complete -c west -n "__zephyr_west_use_subcommand; and __zephyr_west_check_if_in_workspace" -ra blo…
369 complete -c west -n "__zephyr_west_seen_subcommand_from blobs; and not __fish_seen_subcommand_from …
370 complete -c west -n "__zephyr_west_seen_subcommand_from blobs; and __fish_seen_subcommand_from list…
371 complete -c west -n "__zephyr_west_seen_subcommand_from blobs; and not __fish_seen_subcommand_from …