diff options
Diffstat (limited to 'lib/python/qmk/cli/docs.py')
-rw-r--r-- | lib/python/qmk/cli/docs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/cli/docs.py b/lib/python/qmk/cli/docs.py index 163c8b801..1d655ecaa 100644 --- a/lib/python/qmk/cli/docs.py +++ b/lib/python/qmk/cli/docs.py | |||
@@ -7,7 +7,7 @@ from milc import cli | |||
7 | 7 | ||
8 | 8 | ||
9 | @cli.argument('-p', '--port', default=8936, type=int, help='Port number to use.') | 9 | @cli.argument('-p', '--port', default=8936, type=int, help='Port number to use.') |
10 | @cli.subcommand('Run a local webserver for QMK documentation.') | 10 | @cli.subcommand('Run a local webserver for QMK documentation.', hidden=True) |
11 | def docs(cli): | 11 | def docs(cli): |
12 | """Spin up a local HTTPServer instance for the QMK docs. | 12 | """Spin up a local HTTPServer instance for the QMK docs. |
13 | """ | 13 | """ |