2018-07-20 16:47:06 +03:00
|
|
|
.nh
|
2020-10-27 16:38:55 +03:00
|
|
|
.TH "GIT\-BUG" "1" "Apr 2019" "Generated from git\-bug's source code" ""
|
2018-07-20 16:47:06 +03:00
|
|
|
|
|
|
|
.SH NAME
|
|
|
|
.PP
|
2019-03-02 00:56:04 +03:00
|
|
|
git\-bug\-webui \- Launch the web UI.
|
2018-07-20 16:47:06 +03:00
|
|
|
|
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.PP
|
|
|
|
\fBgit\-bug webui [flags]\fP
|
|
|
|
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.PP
|
2019-03-02 00:56:04 +03:00
|
|
|
Launch the web UI.
|
2018-07-20 16:47:06 +03:00
|
|
|
|
2019-05-27 22:47:26 +03:00
|
|
|
.PP
|
|
|
|
Available git config:
|
|
|
|
git\-bug.webui.open [bool]: control the automatic opening of the web UI in the default browser
|
|
|
|
|
2018-07-20 16:47:06 +03:00
|
|
|
|
|
|
|
.SH OPTIONS
|
2021-02-28 18:27:14 +03:00
|
|
|
.PP
|
|
|
|
\fB\-\-host\fP="127.0.0.1"
|
|
|
|
Network address or hostname to listen to (default to 127.0.0.1)
|
|
|
|
|
2019-05-27 22:47:26 +03:00
|
|
|
.PP
|
|
|
|
\fB\-\-open\fP[=false]
|
2020-02-23 16:38:02 +03:00
|
|
|
Automatically open the web UI in the default browser
|
2019-05-27 22:47:26 +03:00
|
|
|
|
|
|
|
.PP
|
|
|
|
\fB\-\-no\-open\fP[=false]
|
2020-02-23 16:38:02 +03:00
|
|
|
Prevent the automatic opening of the web UI in the default browser
|
2019-05-27 22:47:26 +03:00
|
|
|
|
2018-07-22 01:16:51 +03:00
|
|
|
.PP
|
|
|
|
\fB\-p\fP, \fB\-\-port\fP=0
|
2021-02-28 18:27:14 +03:00
|
|
|
Port to listen to (default to random available port)
|
2018-07-22 01:16:51 +03:00
|
|
|
|
2020-06-18 04:52:33 +03:00
|
|
|
.PP
|
|
|
|
\fB\-\-read\-only\fP[=false]
|
|
|
|
Whether to run the web UI in read\-only mode
|
|
|
|
|
2021-03-07 16:09:15 +03:00
|
|
|
.PP
|
2021-03-07 23:44:48 +03:00
|
|
|
\fB\-q\fP, \fB\-\-query\fP=""
|
|
|
|
The query to open in the web UI bug list
|
2021-03-07 16:09:15 +03:00
|
|
|
|
2018-09-10 19:16:16 +03:00
|
|
|
.PP
|
|
|
|
\fB\-h\fP, \fB\-\-help\fP[=false]
|
2020-02-23 16:38:02 +03:00
|
|
|
help for webui
|
2018-09-10 19:16:16 +03:00
|
|
|
|
2018-07-20 16:47:06 +03:00
|
|
|
|
|
|
|
.SH SEE ALSO
|
|
|
|
.PP
|
2018-08-06 17:09:26 +03:00
|
|
|
\fBgit\-bug(1)\fP
|