1
0
Fork 0

Fix the CLI docs (#6979)

- Sort the commands alphabetically
- Add missing `json_keymap`
- Correct underscore to dash
This commit is contained in:
St. John Johnson 2019-10-28 18:24:36 -07:00 committed by Joel Challis
parent afc5cb7f0a
commit e0e26957d4
2 changed files with 21 additions and 11 deletions

View file

@ -11,7 +11,7 @@ import qmk.keymap
@cli.argument('-o', '--output', arg_only=True, help='File to write to')
@cli.argument('filename', arg_only=True, help='Configurator JSON file')
@cli.subcommand('Create a keymap.c from a QMK Configurator export.')
@cli.subcommand('Creates a keymap.c from a QMK Configurator export.')
def json_keymap(cli):
"""Generate a keymap.c from a configurator export.