mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-07-11 03:17:28 -04:00
python formatting
This commit is contained in:
@@ -4,6 +4,7 @@ from qmk.docs import prepare_docs_build_area, run_docs_command, BUILD_DOCS_PATH
|
||||
|
||||
from milc import cli
|
||||
|
||||
|
||||
@cli.argument('-s', '--serve', arg_only=True, action='store_true', help="Serves the generated docs once built.")
|
||||
@cli.subcommand('Build QMK documentation.', hidden=False if cli.config.user.developer else True)
|
||||
def generate_docs(cli):
|
||||
|
||||
Reference in New Issue
Block a user