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:
Zach White
2021-06-14 16:51:58 -07:00
committed by GitHub
parent ae45faca26
commit 0713797c58
7 changed files with 50 additions and 41 deletions

View File

@@ -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