diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-03-07 14:09:15 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-03-07 14:11:04 +0100 |
commit | 626ec9835b4450fb2994ec931357279700437b6b (patch) | |
tree | 983dbee41bacb6614e0fe5ffb6318dfc2754c7ae /doc/man | |
parent | 87bc42fb4695872b82cfa9a922d423df7ff21132 (diff) | |
download | git-bug-626ec9835b4450fb2994ec931357279700437b6b.tar.gz |
webui: allow specifying the initial query
Example use-case: given a github URL in a source code comment or commit
message, one can now run:
git bug webui --query 'metadata:github-url:"https://github.com/author/myproject/issues/42"'
on the commandline to look up the details of that issue on the web ui
quickly, offline.
Fixes <https://github.com/MichaelMure/git-bug/issues/592>.
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/git-bug-webui.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/git-bug-webui.1 b/doc/man/git-bug-webui.1 index 6e4622be..6bed9143 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\-\-query\fP="" + Set a custom query + +.PP \fB\-h\fP, \fB\-\-help\fP[=false] help for webui |