scripts: west-commands: add an entry for the patch command

Add an entry to west-commands.yml for the west patch command.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
Chris Friedt 2024-12-19 15:53:41 -05:00 committed by Benjamin Cabé
parent ad611395ee
commit 64442ae5cd

View File

@ -89,3 +89,8 @@ west-commands:
- name: packages
class: Packages
help: manage packages for Zephyr
- file: scripts/west_commands/patch.py
commands:
- name: patch
class: Patch
help: manage patches for Zephyr modules