Skip to content

Commit

Permalink
scripts: west-commands: add an entry for the patch command
Browse files Browse the repository at this point in the history
Add an entry to west-commands.yml for the west patch command.

Signed-off-by: Chris Friedt <[email protected]>
  • Loading branch information
cfriedt committed Dec 20, 2024
1 parent 13cd2a6 commit 5aa7f20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/west-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5aa7f20

Please sign in to comment.