diff options
Diffstat (limited to 'app/scripts/west-commands.yml')
-rw-r--r-- | app/scripts/west-commands.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/scripts/west-commands.yml b/app/scripts/west-commands.yml index 81d6946..64583a9 100644 --- a/app/scripts/west-commands.yml +++ b/app/scripts/west-commands.yml @@ -7,3 +7,8 @@ west-commands: - name: test class: Test help: run ZMK testsuite + - file: scripts/west_commands/metadata.py + commands: + - name: metadata + class: Metadata + help: Operate on ZMK metadata files |