1
0
Fork 0

Add qmk license-check developer-level CLI command. (#22075)

This commit is contained in:
Nick Brassel 2023-11-11 20:50:33 +11:00 committed by GitHub
parent 6876fbe51d
commit 211fbbd16d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 240 additions and 0 deletions

View file

@ -69,6 +69,7 @@ subcommands = [
'qmk.cli.import.keymap',
'qmk.cli.info',
'qmk.cli.json2c',
'qmk.cli.license_check',
'qmk.cli.lint',
'qmk.cli.kle2json',
'qmk.cli.list.keyboards',