git-bug_webui.md

 1## git-bug webui
 2
 3Launch the web UI.
 4
 5### Synopsis
 6
 7Launch the web UI.
 8
 9Available git config:
10  git-bug.webui.open [bool]: control the automatic opening of the web UI in the default browser
11
12
13```
14git-bug webui [flags]
15```
16
17### Options
18
19```
20      --open       Automatically open the web UI in the default browser
21      --no-open    Prevent the automatic opening of the web UI in the default browser
22  -p, --port int   Port to listen to (default is random)
23  -h, --help       help for webui
24```
25
26### SEE ALSO
27
28* [git-bug](git-bug.md)	 - A bug tracker embedded in Git.
29