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

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