From 2d78e7aeda0decab0bcc0844c32d10e22235df27 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Wed, 8 Apr 2026 22:15:58 +0200 Subject: [PATCH] revert: restore trunk webui CLI docs The generated docs still had the removed OAuth flags. Co-Authored-By: Claude Opus 4.6 (1M context) --- doc/md/git-bug_webui.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/doc/md/git-bug_webui.md b/doc/md/git-bug_webui.md index 6b8ab27bfb71b10bc13622b228ea5a01d86bbf83..c342a9cf38e1bcbba7148aa6501819ac37e6327b 100644 --- a/doc/md/git-bug_webui.md +++ b/doc/md/git-bug_webui.md @@ -17,16 +17,14 @@ 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 - --log-errors Whether to log errors - -q, --query string The query to open in the web UI bug list - --github-client-id string GitHub OAuth application client ID (enables GitHub login) - --github-client-secret string GitHub OAuth application client secret - -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 + --log-errors Whether to log errors + -q, --query string The query to open in the web UI bug list + -h, --help help for webui ``` ### SEE ALSO