diff options
author | St. John Johnson <st.john.johnson@gmail.com> | 2019-10-28 18:24:36 -0700 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-10-29 01:24:36 +0000 |
commit | e0e26957d43018998c405783a2609b99f0e098a7 (patch) | |
tree | c6af0420e437ddce75fdee011962c4a071152d0c /lib/python/qmk/cli/json/keymap.py | |
parent | afc5cb7f0abafd75c178b188a5fc1b9138fba956 (diff) |
Fix the CLI docs (#6979)
- Sort the commands alphabetically
- Add missing `json_keymap`
- Correct underscore to dash
Diffstat (limited to 'lib/python/qmk/cli/json/keymap.py')
-rwxr-xr-x | lib/python/qmk/cli/json/keymap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/cli/json/keymap.py b/lib/python/qmk/cli/json/keymap.py index a65acd6197..207ac278ca 100755 --- a/lib/python/qmk/cli/json/keymap.py +++ b/lib/python/qmk/cli/json/keymap.py @@ -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. |