diff options
author | Michael Muré <batolettre@gmail.com> | 2021-02-28 21:39:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-28 21:39:57 +0100 |
commit | 87bc42fb4695872b82cfa9a922d423df7ff21132 (patch) | |
tree | 10067adb2ec24b4aa9f27ca2b0caa7da2055c618 /doc/md | |
parent | 78ca2783191e363ea192fa0c18bdd5c4e615bb8a (diff) | |
parent | ea329aed6909cac85680dbae37f6f4dcca134f8b (diff) | |
download | git-bug-87bc42fb4695872b82cfa9a922d423df7ff21132.tar.gz |
Merge pull request #584 from MichaelMure/upstream-host-cmdflag
Add option to specify host address
Diffstat (limited to 'doc/md')
-rw-r--r-- | doc/md/git-bug_webui.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/md/git-bug_webui.md b/doc/md/git-bug_webui.md index 98a61eb2..ccfaff9a 100644 --- a/doc/md/git-bug_webui.md +++ b/doc/md/git-bug_webui.md @@ -17,11 +17,12 @@ 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 + --host string Network address or hostname to listen to (default to 127.0.0.1) (default "127.0.0.1") + --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 to random available port) + --read-only Whether to run the web UI in read-only mode + -h, --help help for webui ``` ### SEE ALSO |