Rework how the CLI calls subcommands

This commit is contained in:
skullY
2019-09-08 19:58:56 -07:00
parent 8d75fd3dca
commit a5c8efddb4
9 changed files with 94 additions and 910 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"""
import subprocess
from qmk_cli.milc import cli
from milc import cli
default_repo = 'qmk_firmware'
default_fork = 'qmk/' + default_repo