Explorar o código

Doctor: print CLI version (#13356)

Ryan %!s(int64=4) %!d(string=hai) anos
pai
achega
53ace430fe
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
     """
     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()