mirror of
https://github.com/qmk/qmk_cli.git
synced 2026-08-04 00:06:35 -04:00
General improvements
* refactor to make the code clearer in some places * don't call bin/qmk anymore * ask the user if they want to install python modules when they're missing
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ def git_clone(url, destination, branch):
|
||||
'--recurse-submodules',
|
||||
'--branch=' + branch,
|
||||
url,
|
||||
destination,
|
||||
str(destination),
|
||||
]
|
||||
cli.log.debug('Git clone command: %s', git_clone)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user