diff options
Diffstat (limited to 'bin/qmk')
| -rwxr-xr-x | bin/qmk | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -75,6 +75,8 @@ def main():      os.environ['ORIG_CWD'] = os.getcwd()      os.chdir(qmk_dir) +    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 qmk.cli  # noqa  | 
