瀏覽代碼

Merge remote-tracking branch 'origin/master' into develop

QMK Bot 4 年之前
父節點
當前提交
5a5015594f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/python/qmk/cli/doctor/main.py

+ 1 - 0
lib/python/qmk/cli/doctor/main.py

@@ -44,6 +44,7 @@ def doctor(cli):
         * [ ] Compile a trivial program with each compiler
         * [ ] Compile a trivial program with each compiler
     """
     """
     cli.log.info('QMK Doctor is checking your environment.')
     cli.log.info('QMK Doctor is checking your environment.')
+    cli.log.info('CLI version: %s', cli.version)
     cli.log.info('QMK home: {fg_cyan}%s', QMK_FIRMWARE)
     cli.log.info('QMK home: {fg_cyan}%s', QMK_FIRMWARE)
 
 
     status = os_tests()
     status = os_tests()