summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/list
AgeCommit message (Expand)Author
2020-10-25Generate api data on each push (#10609)Zach White
2020-10-06CLI: update subcommands to use return instead of exit() (#10323)Ryan
2020-05-26[CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White
2020-03-13Add decorators for determining keyboard and keymap based on current directory...skullydazed
2020-02-17Use pathlib everywhere we can (#7872)skullydazed
2020-02-15Code cleanup, use pathlib, use pytest keyboardErovia
2020-02-15Fix commandline parsing and flake8 findings, rebaseErovia
2020-02-15Drop bs4 dependency, update docs, minor improvementsErovia
2020-02-15Another major refactoring, add documentationErovia
2020-02-15Fix output formatErovia
2020-02-15Try to figure out revision, drop -rv/--revision argumentErovia
2020-02-15Fix help message.Erovia
2020-02-15Get all buildable keymaps for each revisionErovia
2020-02-15Major update to work better with revisionsErovia
2020-02-15CLI: add support for list_keymapsErovia
2019-11-20Add flake8 to our test suite and fix all errors (#7379)skullydazed
2019-11-12Small CLI cleanupsskullY
2019-10-07[CLI] Add `qmk list_keyboards` (#6927)Dan McClain