Commit 451dffe5 authored by Carles Cufi's avatar Carles Cufi Committed by Martí Bolívar
Browse files

doc: west: Document the 'west completion' command



This extension command was not documented yet, add it to the
corresponding page.

Signed-off-by: default avatarCarles Cufi <carles.cufi@nordicsemi.no>
parent 13ea65b6
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -27,6 +27,23 @@ Additional help about the formatting options can be found by running::

  west boards -h

.. _west-completion:

Shell completion scripts: ``west completion``
*********************************************

The ``completion`` extension command outputs shell completion scripts that can
then be used directly to enable shell completion for the supported shells.

It currently supports the following shells:

- bash
- zsh

Additional instructions are available in the command's help::

  west help completion

.. _west-zephyr-export:

Installing CMake packages: ``west zephyr-export``