summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/submodules.py
Commit message (Collapse)AuthorAgeFilesLines
* Report submodule status when not valid work-tree (#19474)Joel Challis2023-01-031-14/+10
|
* Apply suggested workaround for #18371 (#19226)Joel Challis2022-12-031-1/+1
| | | Fixes undefined
* CLI compatibility for MacOS (#17811)Albert Y2022-07-271-1/+1
|
* Make `qmk doctor` print out the last log entry for ↵Nick Brassel2022-07-261-1/+25
| | | | upstream/{master,develop}, including dates (#17713)
* Align our subprocess usage with current best practices. (#12940)Zach White2021-05-191-9/+8
| | | | | | | | | | | | | | | | | * 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>
* Beef up how `qmk doctor` works. (#7375)skullydazed2020-01-241-0/+71
* Beef up how `qmk doctor` works. * improve the `git submodule status` parsing. h/t @erovia * Fix whitespace and imports * yapf * Add documentation for the new doctor functionality * Replace type_unchanged() with str() * remove unused modules * Update lib/python/qmk/cli/doctor.py Co-Authored-By: Erovia <Erovia@users.noreply.github.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>