summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/clean.py
Commit message (Collapse)AuthorAgeFilesLines
* Align our subprocess usage with current best practices. (#12940)Zach White2021-05-191-2/+4
| | | | | | | | | | | | | | | | | * Align our subprocess usage with current best practices. * remove unused import * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * fix the cpp invocation for older python * allow for unprompted installation * make sure qmk new-keyboard works on windows Co-authored-by: Ryan <fauxpark@gmail.com>
* Allow MAKE environment override for 'qmk clean' (#12473)Joel Challis2021-05-091-6/+2
|
* CLI: Add `qmk clean` (#10785)Ryan2020-11-041-0/+16