Don't hide for devs...
This commit is contained in:
parent
eb683c8c52
commit
38f14c4174
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ class CustomJSONEncoder(json.JSONEncoder):
|
|||
|
||||
@cli.argument('filename', help='The KLE raw txt to convert')
|
||||
@cli.argument('-f', '--force', action='store_true', help='Flag to overwrite current info.json')
|
||||
@cli.subcommand('Convert a KLE layout to a Configurator JSON', hidden=True)
|
||||
@cli.subcommand('Convert a KLE layout to a Configurator JSON', hidden=False if cli.config.user.developer else True)
|
||||
def kle2json(cli):
|
||||
"""Convert a KLE layout to QMK's layout format.
|
||||
""" # If filename is a path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue