CLI: update subcommands to use return instead of exit() (#10323)

This commit is contained in:
Ryan
2020-10-07 10:46:10 +11:00
committed by Drashna Jael're
parent cce4f22e3a
commit ae5ee61e7b
9 changed files with 21 additions and 19 deletions

View File

@@ -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