Преглед изворни кода

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
     """
     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)
 
     status = os_tests()