aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug_webui.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-05-27 21:47:26 +0200
committerMichael Muré <batolettre@gmail.com>2019-05-27 21:47:26 +0200
commit8bfc65df6c4db01e74e5793fb4da402078b37648 (patch)
treebf9ca09db5b46a90b5c270191b40f0ae4dbb42d5 /doc/md/git-bug_webui.md
parentd564e37b317a2d59a9694d80b03b40e5d36f741f (diff)
downloadgit-bug-8bfc65df6c4db01e74e5793fb4da402078b37648.tar.gz
commands: add flags/config to control the automatic opening in the default browser
Diffstat (limited to 'doc/md/git-bug_webui.md')
-rw-r--r--doc/md/git-bug_webui.md8
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
```