diff options
author | QMK Bot <hello@qmk.fm> | 2021-06-14 23:52:31 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-06-14 23:52:31 +0000 |
commit | a2a524afbb11ae6778bfc68c366db2425efadae9 (patch) | |
tree | e3935a33a7d20fa0051639e5a42837ec0deda77d /bin/qmk | |
parent | 8d0a610f6e9d8c0f2645ec38b7f09ddd53b83f06 (diff) | |
parent | 0713797c58376e8237174f8ca83a3fff9d964b9d (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'bin/qmk')
-rwxr-xr-x | bin/qmk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |