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
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
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
kle2json.py
pyformat.py
pytest.py