From 02ee33781849b66dab80050b46b2aa90523a7304 Mon Sep 17 00:00:00 2001 From: "Babak K. Shandiz" Date: Mon, 8 Sep 2025 18:36:24 +0100 Subject: [PATCH] docs(issue list): mention advanced issue search syntax support Signed-off-by: Babak K. Shandiz --- pkg/cmd/issue/list/list.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/cmd/issue/list/list.go b/pkg/cmd/issue/list/list.go index cb88768f1..171b0e171 100644 --- a/pkg/cmd/issue/list/list.go +++ b/pkg/cmd/issue/list/list.go @@ -63,12 +63,12 @@ func NewCmdList(f *cmdutil.Factory, runF func(*ListOptions) error) *cobra.Comman Long: heredoc.Docf(` List issues in a GitHub repository. By default, this only lists open issues. - When runs against %[1]sgithub.com%[1]s or GHE versions newer than 3.17.x, the command - performs search by using the advanced issue search syntax, which is documented at: - - The search query syntax is documented here: + + On supported GitHub hosts, advanced issue search syntax can be used in the + %[1]s--search%[1]s query. For more information about advanced issue search, see: + `, "`"), Example: heredoc.Doc(` $ gh issue list --label "bug" --label "help wanted"