aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man
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/man
parentd564e37b317a2d59a9694d80b03b40e5d36f741f (diff)
downloadgit-bug-8bfc65df6c4db01e74e5793fb4da402078b37648.tar.gz
commands: add flags/config to control the automatic opening in the default browser
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/git-bug-webui.114
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/man/git-bug-webui.1 b/doc/man/git-bug-webui.1
index 3b72ec0b..9bcb65fd 100644
--- a/doc/man/git-bug-webui.1
+++ b/doc/man/git-bug-webui.1
@@ -17,11 +17,23 @@ git\-bug\-webui \- Launch the web UI.
.PP
Launch the web UI.
+.PP
+Available git config:
+ git\-bug.webui.open [bool]: control the automatic opening of the web UI in the default browser
+
.SH OPTIONS
.PP
+\fB\-\-open\fP[=false]
+ Automatically open the web UI in the default browser
+
+.PP
+\fB\-\-no\-open\fP[=false]
+ Prevent the automatic opening of the web UI in the default browser
+
+.PP
\fB\-p\fP, \fB\-\-port\fP=0
- Port to listen to
+ Port to listen to (default is random)
.PP
\fB\-h\fP, \fB\-\-help\fP[=false]