qmk_firmware/lib/python/qmk/cli
Zach White d9785ec313
Improve the compile and flash subcommands (#11334)
* add support for --clean to compile and flash

* compile standalone JSON keymaps without polluting the tree

* Add support for passing environment vars to make

* make flake8 happy

* document changes to qmk compile and flash

* add -e support to json export compiling

* Fix python 3.6

* honor $MAKE

* add support for parallel builds
2021-01-16 15:13:04 -08:00
..
chibios Improve the compile and flash subcommands (#11334) 2021-01-16 15:13:04 -08:00
generate
json
list Generate api data on each push (#10609) 2020-10-25 14:48:44 -07:00
new CLI: update subcommands to use return instead of exit() (#10323) 2020-10-06 16:46:10 -07:00
__init__.py
c2json.py [CLI] Add stdin support for json2c command (#11289) 2020-12-29 11:34:48 -08:00
cformat.py
clean.py
compile.py Improve the compile and flash subcommands (#11334) 2021-01-16 15:13:04 -08:00
config.py
docs.py
doctor.py
fileformat.py
flash.py Improve the compile and flash subcommands (#11334) 2021-01-16 15:13:04 -08:00
hello.py
info.py
json2c.py [CLI] Add stdin support for json2c command (#11289) 2020-12-29 11:34:48 -08:00
kle2json.py
lint.py
pyformat.py
pytest.py