You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk-fw/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>
5 years ago
..
json Use pathlib everywhere we can (#7872) 5 years ago
list Use pathlib everywhere we can (#7872) 5 years ago
new Use pathlib everywhere we can (#7872) 5 years ago
__init__.py Add CLI command for flashing a keyboard 6 years ago
cformat.py Fix cformat processing files within ignore folders (#8063) 5 years ago
compile.py Use pathlib everywhere we can (#7872) 5 years ago
config.py Add flake8 to our test suite and fix all errors (#7379) 6 years ago
docs.py Use os.chdir for `qmk docs` instead of a custom HTTP request handler (#7493) 6 years ago
doctor.py Fix os detection in OSX python 3.8 (#8187) 5 years ago
flash.py Use pathlib everywhere we can (#7872) 5 years ago
hello.py Configuration system for CLI (#6708) 6 years ago
kle2json.py Add flake8 to our test suite and fix all errors (#7379) 6 years ago
pyformat.py Configuration system for CLI (#6708) 6 years ago
pytest.py Add flake8 to our test suite and fix all errors (#7379) 6 years ago