1
0
Fork 0

Shim cli to new keyboard script (#12780)

* Shim cli to new keyboard script

* Shim cli to new keyboard script

* Add docs
This commit is contained in:
Joel Challis 2021-05-02 16:59:10 +01:00 committed by GitHub
parent 0fd8faa1ad
commit 25c97e0019
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 0 deletions

View file

@ -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)