mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-10 09:51:47 +01:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@@ -87,6 +87,7 @@ subcommands = [
|
||||
'qmk.cli.userspace.compile',
|
||||
'qmk.cli.userspace.doctor',
|
||||
'qmk.cli.userspace.list',
|
||||
'qmk.cli.userspace.path',
|
||||
'qmk.cli.userspace.remove',
|
||||
'qmk.cli.via2json',
|
||||
]
|
||||
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
from milc import cli
|
||||
from qmk.constants import QMK_USERSPACE
|
||||
|
||||
|
||||
@cli.subcommand('Detected path to QMK Userspace.', hidden=True)
|
||||
def userspace_path(cli):
|
||||
print(QMK_USERSPACE)
|
||||
return
|
||||
Reference in New Issue
Block a user