Ensure that safe_commands always run (#13199)
* ensure that safe_commands always run * import the config subcommand in bin/qmk
This commit is contained in:
parent
ae45faca26
commit
0713797c58
7 changed files with 50 additions and 41 deletions
1
bin/qmk
1
bin/qmk
|
@ -35,6 +35,7 @@ def main():
|
|||
print('Warning: The bin/qmk script is being deprecated. Please install the QMK CLI: python3 -m pip install qmk', file=sys.stderr)
|
||||
|
||||
# Import the subcommands
|
||||
import milc.subcommand.config # noqa
|
||||
import qmk.cli # noqa
|
||||
|
||||
# Execute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue