qmk-firmware/lib/python/qmk/cli
skullydazed 5e65af3a76 Beef up how `qmk doctor` works. (#7375)
* Beef up how `qmk doctor` works.

* improve the `git submodule status` parsing. h/t @erovia

* Fix whitespace and imports

* yapf

* Add documentation for the new doctor functionality

* Replace type_unchanged() with str()

* remove unused modules

* Update lib/python/qmk/cli/doctor.py

Co-Authored-By: Erovia <Erovia@users.noreply.github.com>

Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2020-01-24 20:31:16 +01:00
..
json Add flake8 to our test suite and fix all errors (#7379) 2019-11-20 14:54:18 -08:00
list Add flake8 to our test suite and fix all errors (#7379) 2019-11-20 14:54:18 -08:00
new Use `keymap` instead of `username` variable for `qmk new_keymap` (#6885) 2019-10-05 23:41:15 -07:00
__init__.py Add CLI command for flashing a keyboard 2019-11-15 23:06:07 -08:00
cformat.py Align cformat rules with current CI implementation (#7936) 2020-01-21 18:21:14 -08:00
compile.py Fix compiling json files 2019-12-08 16:40:03 -08:00
config.py Add flake8 to our test suite and fix all errors (#7379) 2019-11-20 14:54:18 -08:00
docs.py Use os.chdir for `qmk docs` instead of a custom HTTP request handler (#7493) 2019-11-29 15:45:22 -08:00
doctor.py Beef up how `qmk doctor` works. (#7375) 2020-01-24 20:31:16 +01:00
flash.py Also fix flash 2019-12-08 16:40:03 -08:00
hello.py Configuration system for CLI (#6708) 2019-09-22 13:25:33 -07:00
kle2json.py Add flake8 to our test suite and fix all errors (#7379) 2019-11-20 14:54:18 -08:00
pyformat.py Configuration system for CLI (#6708) 2019-09-22 13:25:33 -07:00
pytest.py Add flake8 to our test suite and fix all errors (#7379) 2019-11-20 14:54:18 -08:00