From 0713797c58376e8237174f8ca83a3fff9d964b9d Mon Sep 17 00:00:00 2001 From: Zach White Date: Mon, 14 Jun 2021 16:51:58 -0700 Subject: Ensure that safe_commands always run (#13199) * ensure that safe_commands always run * import the config subcommand in bin/qmk --- bin/qmk | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/qmk b/bin/qmk index a6e8ce08da..617f992826 100755 --- a/bin/qmk +++ b/bin/qmk @@ -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 -- cgit v1.2.3