41767afebe
Add a working example for how to implement a west command within the user's manifest repository. There is documentation for this, but we should have some working code in here just to make life easier for people. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
7 lines
188 B
YAML
7 lines
188 B
YAML
west-commands:
|
|
- file: scripts/example_west_command.py
|
|
commands:
|
|
- name: example-west-command
|
|
class: ExampleWestCommand
|
|
help: an example west extension command
|