qmk_firmware/lib/python/qmk/cli
skullydazed c66930445f
Use pathlib everywhere we can (#7872)
* Use pathlib everywhere we can

* Update lib/python/qmk/path.py

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

* Update lib/python/qmk/path.py

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

* Improvements based on @erovia's feedback

* rework qmk compile and qmk flash to use pathlib

* style

* Remove the subcommand_name argument from find_keyboard_keymap()

Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2020-02-17 11:42:11 -08:00
..
json Use pathlib everywhere we can (#7872) 2020-02-17 11:42:11 -08:00
list Use pathlib everywhere we can (#7872) 2020-02-17 11:42:11 -08:00
new Use pathlib everywhere we can (#7872) 2020-02-17 11:42:11 -08:00
__init__.py Add CLI command for flashing a keyboard 2019-11-15 23:06:07 -08:00
cformat.py Fix cformat processing files within ignore folders (#8063) 2020-02-02 16:33:17 +00:00
compile.py Use pathlib everywhere we can (#7872) 2020-02-17 11:42:11 -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 Fix os detection in OSX python 3.8 (#8187) 2020-02-17 12:18:49 +01:00
flash.py Use pathlib everywhere we can (#7872) 2020-02-17 11:42:11 -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