Add support for userspace to docker build commands. (#23988)
This commit is contained in:
parent
d5e0562a70
commit
03e688e91f
5 changed files with 35 additions and 90 deletions
8
lib/python/qmk/cli/userspace/path.py
Executable file
8
lib/python/qmk/cli/userspace/path.py
Executable file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue