mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-02-21 03:24:22 +00:00
CLI: update subcommands to use return instead of exit() (#10323)
This commit is contained in:
@@ -363,4 +363,6 @@ def doctor(cli):
|
||||
cli.log.info('{fg_green}QMK is ready to go')
|
||||
else:
|
||||
cli.log.info('{fg_yellow}Problems detected, please fix these problems before proceeding.')
|
||||
# FIXME(skullydazed/unclaimed): Link to a document about troubleshooting, or discord or something
|
||||
# FIXME(skullydazed/unclaimed): Link to a document about troubleshooting, or discord or something
|
||||
|
||||
return ok
|
||||
|
||||
Reference in New Issue
Block a user