Skip to content

Commit 8123dd2

Browse files
Eroviaskullydazed
authored andcommitted
CLI: Hide json-keymap subcommand, as it's been deprecated.
1 parent 1ec6489 commit 8123dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/python/qmk/cli/json/keymap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@cli.argument('-o', '--output', arg_only=True, type=Path, help='File to write to')
99
@cli.argument('-q', '--quiet', arg_only=True, action='store_true', help="Quiet mode, only output error messages")
1010
@cli.argument('filename', arg_only=True, help='Configurator JSON file')
11-
@cli.subcommand('Creates a keymap.c from a QMK Configurator export.')
11+
@cli.subcommand('Creates a keymap.c from a QMK Configurator export.', hidden=True)
1212
def json_keymap(cli):
1313
"""Renamed to `qmk json2c`.
1414
"""

0 commit comments

Comments
 (0)