Fix the CLI docs (#6979)
- Sort the commands alphabetically - Add missing `json_keymap` - Correct underscore to dash
This commit is contained in:
parent
afc5cb7f0a
commit
e0e26957d4
2 changed files with 21 additions and 11 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue