blob: 782cba5611226cec6e952c6e19da18ef4cf54b83 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
.nh
.TH "GIT\-BUG" "1" "Apr 2019" "Generated from git\-bug's source code" ""
.SH NAME
.PP
git\-bug\-webui \- Launch the web UI.
.SH SYNOPSIS
.PP
\fBgit\-bug webui [flags]\fP
.SH DESCRIPTION
.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\-\-host\fP="127.0.0.1"
Network address or hostname to listen to (default to 127.0.0.1)
.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 (default to random available port)
.PP
\fB\-\-read\-only\fP[=false]
Whether to run the web UI in read\-only mode
.PP
\fB\-q\fP, \fB\-\-query\fP=""
The query to open in the web UI bug list
.PP
\fB\-h\fP, \fB\-\-help\fP[=false]
help for webui
.SH SEE ALSO
.PP
\fBgit\-bug(1)\fP
|