mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 08:45:30 +03:00
4a28f25347
Fixes #402.
31 lines
635 B
Markdown
31 lines
635 B
Markdown
## git-bug webui
|
|
|
|
Launch the web UI.
|
|
|
|
### Synopsis
|
|
|
|
Launch the web UI.
|
|
|
|
Available git config:
|
|
git-bug.webui.open [bool]: control the automatic opening of the web UI in the default browser
|
|
|
|
|
|
```
|
|
git-bug webui [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
--open Automatically open the web UI in the default browser
|
|
--no-open Prevent the automatic opening of the web UI in the default browser
|
|
-p, --port int Port to listen to (default is random)
|
|
--read-only Whether to run the web UI in read-only mode
|
|
-h, --help help for webui
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [git-bug](git-bug.md) - A bug tracker embedded in Git.
|
|
|