CLI: update subcommands to use return instead of exit() (#10323)
This commit is contained in:
parent
2013f63134
commit
2c9ffd4739
9 changed files with 20 additions and 18 deletions
|
@ -13,4 +13,4 @@ def json_keymap(cli):
|
|||
"""Renamed to `qmk json2c`.
|
||||
"""
|
||||
cli.log.error('This command has been renamed to `qmk json2c`.')
|
||||
exit(1)
|
||||
return False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue