diff options
Diffstat (limited to 'bin/qmk')
| -rwxr-xr-x | bin/qmk | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -29,8 +29,11 @@ def main(): | |||
| 29 | """ | 29 | """ |
| 30 | # Change to the root of our checkout | 30 | # Change to the root of our checkout |
| 31 | os.environ['ORIG_CWD'] = os.getcwd() | 31 | os.environ['ORIG_CWD'] = os.getcwd() |
| 32 | os.environ['DEPRECATED_BIN_QMK'] = '1' | ||
| 32 | os.chdir(qmk_dir) | 33 | os.chdir(qmk_dir) |
| 33 | 34 | ||
| 35 | print('Warning: The bin/qmk script is being deprecated. Please install the QMK CLI: python3 -m pip install qmk', file=sys.stderr) | ||
| 36 | |||
| 34 | # Import the subcommands | 37 | # Import the subcommands |
| 35 | import qmk.cli # noqa | 38 | import qmk.cli # noqa |
| 36 | 39 | ||
