From 8d11e620a3d663cf21a62910d0f3961a8aff4be1 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Tue, 23 Aug 2022 15:02:41 +0200 Subject: webui: add a flag to log handling errors --- doc/man/git-bug-webui.1 | 4 ++++ doc/md/git-bug_webui.md | 1 + 2 files changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/man/git-bug-webui.1 b/doc/man/git-bug-webui.1 index ae6c7837..0fcfeac2 100644 --- a/doc/man/git-bug-webui.1 +++ b/doc/man/git-bug-webui.1 @@ -41,6 +41,10 @@ Available git config: \fB--read-only\fP[=false] Whether to run the web UI in read-only mode +.PP +\fB--log-errors\fP[=false] + Whether to log errors + .PP \fB-q\fP, \fB--query\fP="" The query to open in the web UI bug list 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 ``` -- cgit