diff options
Diffstat (limited to 'doc/md/git-bug_webui.md')
-rw-r--r-- | doc/md/git-bug_webui.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/md/git-bug_webui.md b/doc/md/git-bug_webui.md index cc3a85de..f3ab724a 100644 --- a/doc/md/git-bug_webui.md +++ b/doc/md/git-bug_webui.md @@ -6,6 +6,10 @@ Launch the web UI. Launch the web UI. +Available git config: + git-bug.webui.open [bool]: control the automatic opening of the web UI in the default browser + + ``` git-bug webui [flags] ``` @@ -13,7 +17,9 @@ git-bug webui [flags] ### Options ``` - -p, --port int Port to listen to + --open Automatically open the web UI in the default browser + --no-open Prevent the automatic opening of the web UI in the default browser + -p, --port int Port to listen to (default is random) -h, --help help for webui ``` |