Shim cli to new keyboard script (#12780)
* Shim cli to new keyboard script * Shim cli to new keyboard script * Add docsmiryoku-merge-master
parent
0fd8faa1ad
commit
25c97e0019
@ -1 +1,2 @@
|
|||||||
|
from . import keyboard
|
||||||
from . import keymap
|
from . import keymap
|
||||||
|
|||||||
@ -0,0 +1,11 @@
|
|||||||
|
"""This script automates the creation of keyboards.
|
||||||
|
"""
|
||||||
|
from milc import cli
|
||||||
|
|
||||||
|
|
||||||
|
@cli.subcommand('Creates a new keyboard')
|
||||||
|
def new_keyboard(cli):
|
||||||
|
"""Creates a new keyboard
|
||||||
|
"""
|
||||||
|
# TODO: replace this bodge to the existing script
|
||||||
|
cli.run(['util/new_keyboard.sh'], capture_output=False)
|
||||||
Loading…
Reference in New Issue