aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug_webui.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2022-08-23 17:16:17 +0200
committerGitHub <noreply@github.com>2022-08-23 17:16:17 +0200
commit5238f29076f358f4266c0e77cc5322537713f3c0 (patch)
tree17dc3df82229eea5c3500e2bd8448060dc1ae849 /doc/md/git-bug_webui.md
parent5a70e8b3a2e0fe3d1a1dcd4c24bb6bf64633cb7f (diff)
parent8d11e620a3d663cf21a62910d0f3961a8aff4be1 (diff)
downloadgit-bug-5238f29076f358f4266c0e77cc5322537713f3c0.tar.gz
Merge pull request #859 from MichaelMure/webui-debug
webui: add a flag to log handling errors
Diffstat (limited to 'doc/md/git-bug_webui.md')
-rw-r--r--doc/md/git-bug_webui.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/md/git-bug_webui.md b/doc/md/git-bug_webui.md
index 2d6be920..b1c54d3b 100644
--- a/doc/md/git-bug_webui.md
+++ b/doc/md/git-bug_webui.md
@@ -22,6 +22,7 @@ git-bug webui [flags]
--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
+ --log-errors Whether to log errors
-q, --query string The query to open in the web UI bug list
-h, --help help for webui
```