mirror of
https://github.com/qmk/qmk_cli.git
synced 2026-07-25 16:42:55 -04:00
fe42ab3534
* refactor to make the code clearer in some places * don't call bin/qmk anymore * ask the user if they want to install python modules when they're missing
7 lines
207 B
Python
7 lines
207 B
Python
"""QMK CLI Subcommands
|
|
|
|
We list each subcommand here explicitly because all the reliable ways of searching for modules are slow and delay startup.
|
|
"""
|
|
from . import clone # noqa
|
|
from . import setup # noqa
|