summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/flash.py
Commit message (Expand)AuthorAgeFilesLines
* Align our subprocess usage with current best practices. (#12940)Zach White2021-05-191-2/+3
* Add support for tab completion (#12411)Zach White2021-04-141-3/+4
* Add support for qmk_configurator style aliases (#11954)Zach White2021-03-241-1/+2
* Allow flash/compile to accept relative json paths (#11767)Joel Challis2021-02-071-2/+1
* CLI: Fix json flashing (#11765)Erovia2021-02-011-2/+2
* Improve the compile and flash subcommands (#11334)Zach White2021-01-161-5/+21
* Return the make exit code for qmk compile and flash (#11402)Zach White2021-01-021-1/+2
* Add `st-flash` flash target (#9964)Sergey Vlasov2020-08-291-0/+1
* Add decorators for determining keyboard and keymap based on current directory...skullydazed2020-03-131-17/+30
* Use pathlib everywhere we can (#7872)skullydazed2020-02-171-21/+13
* Update the flash cli command to use the user config (#8125)Erovia2020-02-081-2/+2
* Also fix flashZach White2019-12-081-2/+3
* Add flake8 to our test suite and fix all errors (#7379)skullydazed2019-11-201-8/+2
* format code according to conventions [skip ci]QMK Bot2019-11-161-1/+2
* Add CLI command for flashing a keyboardjorgemanzo2019-11-151-0/+87