Skip to content

Commit

Permalink
CLI: Hide json-keymap subcommand, as it's been deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erovia authored and HokieGeek committed Apr 10, 2020
1 parent c877ffb commit ff4d8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/qmk/cli/json/keymap.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@cli.argument('-o', '--output', arg_only=True, type=Path, help='File to write to')
@cli.argument('-q', '--quiet', arg_only=True, action='store_true', help="Quiet mode, only output error messages")
@cli.argument('filename', arg_only=True, help='Configurator JSON file')
@cli.subcommand('Creates a keymap.c from a QMK Configurator export.')
@cli.subcommand('Creates a keymap.c from a QMK Configurator export.', hidden=True)
def json_keymap(cli):
"""Renamed to `qmk json2c`.
"""
Expand Down

0 comments on commit ff4d8ae

Please sign in to comment.