Closed tejlmand closed 4 years ago
west boards -f "{arch} - {name}"
west boards -f "{arch} - {name}"
Nice, didn't know that ;-) (although output it's still a little different) Question still is, what would we like to be default, and is there a special reason why we strip the grouping per default, now that we have it ?
Which were the main reason I raised this.
rather than turn it to a question, I would prefer to close this as a non-bug.
@nashif we already have a nice formatted list, why remove that formatting just, an then ask users to re-add it in slightly different way ?
Describe the bug Running
west boards
provides a list of all boards in one big list, like:whereas running
cmake -P cmake/boards.cmake
(which is used bywest boards
, https://github.com/zephyrproject-rtos/zephyr/blob/master/scripts/west_commands/boards.py#L58) gives a nice arch organized presentation of the boards.To Reproduce
west boards
vscmake -P cmake/boards.cmake
Expected behavior A board list similar to
cmake -P cmake/boards.cmake
, as that presents a nice overview for users.Environment (please complete the following information):
Additional context Add any other context about the problem here.