aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-03-07 21:46:55 +0100
committerGitHub <noreply@github.com>2021-03-07 21:46:55 +0100
commit2a21b02af157275e20c4ce6d308b45f9a3d7ebaf (patch)
treee8706dfe1679dd2dcb4524ef0473a6d0fa4f4227 /doc
parent87bc42fb4695872b82cfa9a922d423df7ff21132 (diff)
parent3a819525d7811dcfb01d928af0e243de4388c456 (diff)
downloadgit-bug-2a21b02af157275e20c4ce6d308b45f9a3d7ebaf.tar.gz
Merge pull request #593 from vmiklos/webui-query
webui: allow specifying the initial query
Diffstat (limited to 'doc')
-rw-r--r--doc/man/git-bug-webui.14
-rw-r--r--doc/md/git-bug_webui.md13
2 files changed, 11 insertions, 6 deletions
diff --git a/doc/man/git-bug-webui.1 b/doc/man/git-bug-webui.1
index 6e4622be..782cba56 100644
--- a/doc/man/git-bug-webui.1
+++ b/doc/man/git-bug-webui.1
@@ -42,6 +42,10 @@ Available git config:
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
diff --git a/doc/md/git-bug_webui.md b/doc/md/git-bug_webui.md
index ccfaff9a..2d6be920 100644
--- a/doc/md/git-bug_webui.md
+++ b/doc/md/git-bug_webui.md
@@ -17,12 +17,13 @@ git-bug webui [flags]
### Options
```
- --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
+ --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
+ -q, --query string The query to open in the web UI bug list
+ -h, --help help for webui
```
### SEE ALSO