diff options
| author | Zach White <skullydazed@gmail.com> | 2021-06-14 16:51:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-14 16:51:58 -0700 |
| commit | 0713797c58376e8237174f8ca83a3fff9d964b9d (patch) | |
| tree | e3e90c08dba4a35dbcf521f5d19a3ca4e711af34 /bin | |
| parent | ae45faca2660c41aab5eea957bc979f4c385bde5 (diff) | |
| download | qmk_firmware-0713797c58376e8237174f8ca83a3fff9d964b9d.tar.gz qmk_firmware-0713797c58376e8237174f8ca83a3fff9d964b9d.zip | |
Ensure that safe_commands always run (#13199)
* ensure that safe_commands always run
* import the config subcommand in bin/qmk
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/qmk | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -35,6 +35,7 @@ def main(): | |||
| 35 | print('Warning: The bin/qmk script is being deprecated. Please install the QMK CLI: python3 -m pip install qmk', file=sys.stderr) | 35 | print('Warning: The bin/qmk script is being deprecated. Please install the QMK CLI: python3 -m pip install qmk', file=sys.stderr) |
| 36 | 36 | ||
| 37 | # Import the subcommands | 37 | # Import the subcommands |
| 38 | import milc.subcommand.config # noqa | ||
| 38 | import qmk.cli # noqa | 39 | import qmk.cli # noqa |
| 39 | 40 | ||
| 40 | # Execute | 41 | # Execute |
