From 8bfc65df6c4db01e74e5793fb4da402078b37648 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Mon, 27 May 2019 21:47:26 +0200 Subject: commands: add flags/config to control the automatic opening in the default browser --- doc/man/git-bug-webui.1 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'doc/man/git-bug-webui.1') 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] -- cgit