Don't hide for devs...
This commit is contained in:
parent
eb683c8c52
commit
38f14c4174
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ from milc import cli
|
|||
|
||||
|
||||
@cli.argument('-p', '--port', default=8936, type=int, help='Port number to use.')
|
||||
@cli.subcommand('Run a local webserver for QMK documentation.', hidden=True)
|
||||
@cli.subcommand('Run a local webserver for QMK documentation.', hidden=False if cli.config.user.developer else True)
|
||||
def docs(cli):
|
||||
"""Spin up a local HTTPServer instance for the QMK docs.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue