Ryan 4 роки тому
батько
коміт
53ace430fe
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      lib/python/qmk/cli/doctor.py

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

@@ -77,6 +77,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()