From fcb78e237b61f3568b297cd372023fec5ba5b7ee Mon Sep 17 00:00:00 2001 From: zvecr Date: Fri, 30 Jul 2021 13:49:49 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=208b39a3c48470ff95ba358dcb36c3c2f3b8e5a70f=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli_commands.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cli_commands.md b/cli_commands.md index 581342093a..4e27622c74 100644 --- a/cli_commands.md +++ b/cli_commands.md @@ -349,11 +349,12 @@ qmk cformat -b branch_name ## `qmk docs` This command starts a local HTTP server which you can use for browsing or improving the docs. Default port is 8936. +Use the `-b`/`--browser` flag to automatically open the local webserver in your default browser. **Usage**: ``` -qmk docs [-p PORT] +qmk docs [-b] [-p PORT] ``` ## `qmk generate-docs`