summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/list/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that safe_commands always run (#13199)Zach White2021-06-141-2/+0
| | | | | * ensure that safe_commands always run * import the config subcommand in bin/qmk
* CLI: add support for list_keymapsErovia2020-02-151-0/+1
| | | | List all the available keymaps for a given keyboard
* [CLI] Add `qmk list_keyboards` (#6927)Dan McClain2019-10-071-0/+1
`list_keyboards` replicates the `make list-keyboards` by globbing for all paths that include `rules.mk` and then removing the paths that include `keymaps`. This basis of this cli command could be reused in the future as a util, but is not done so here since this would be the only place that would use it currently Resolves #6911