Lines Matching full:projects

134 # return the list of projects
138 set -l projects
150 set projects (west "-z $zephyr_base" list --format="{name}")
152 set projects (west list --format="{name}")
155 printf "%s\n" $projects
161 "update" "update projects described in west manifest" \
162 "list" "print information about projects" \
164 "diff" '"git diff" for one or more projects' \
165 "status" '"git status" for one or more projects' \
166 "forall" "run a command in one or more local projects" \
353 complete -c west -n __zephyr_west_use_subcommand -ra update -d "update projects described in west m…
365 complete -c west -n __zephyr_west_use_subcommand -ra list -d "print information about projects"
367 …nd_from list; and not __fish_seen_subcommand_from blobs" -o a -l all -d "include inactive projects"
380 complete -c west -n __zephyr_west_use_subcommand -ra diff -d '"git diff" for one or more projects'
382 …ete -c west -n "__zephyr_west_seen_subcommand_from diff" -o a -l all -d "include inactive projects"
385 …plete -c west -n __zephyr_west_use_subcommand -ra status -d '"git status" for one or more projects'
387 …e -c west -n "__zephyr_west_seen_subcommand_from status" -o a -l all -d "include inactive projects"
390 …-c west -n __zephyr_west_use_subcommand -ra forall -d "run a command in one or more local projects"
393 …e -c west -n "__zephyr_west_seen_subcommand_from forall" -o a -l all -d "include inactive projects"
394 …r_west_seen_subcommand_from forall" -o g -l group -x -d "run command on projects in one of the gro…