Browse Source

Doctor: print CLI version (#13356)

pull/13361/head
Ryan 2 years ago
committed by GitHub
parent
commit
53ace430fe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/python/qmk/cli/doctor.py

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

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


Loading…
Cancel
Save