~ruther/qmk_firmware

53ace430fe2229111b57d76ddbc9130b6cbc0f2a — Ryan 4 years ago cbe761e
Doctor: print CLI version (#13356)

1 files changed, 1 insertions(+), 0 deletions(-)

M lib/python/qmk/cli/doctor.py
M lib/python/qmk/cli/doctor.py => lib/python/qmk/cli/doctor.py +1 -0
@@ 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()