From 2d9789b0607cdc55a16facf8903b9d44a5751871 Mon Sep 17 00:00:00 2001 From: laurencewannamaker Date: Sun, 5 Jul 2026 22:41:20 +0000 Subject: [PATCH] =?UTF-8?q?docs(readme):=20--all=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=BF=BB=E9=A1=B5=E7=A4=BA=E4=BE=8B=EF=BC=88=E4=B8=AD=E8=8B=B1?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- README.md | 4 ++++ README.zh-CN.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index e5e4318..798573f 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,10 @@ gitlink-cli member +invite-link --owner Gitlink --repo forgeplus --role develope # List issues gitlink-cli issue +list --owner Gitlink --repo forgeplus +# Fetch all pages automatically (works on all paginated list commands: +# issue/pr/branch/release/milestone/org/repo/label/member +list, search +repos/+users) +gitlink-cli issue +list --owner Gitlink --repo forgeplus --all + # Create an issue gitlink-cli issue +create --owner Gitlink --repo forgeplus -t "Bug: Login failed" -b "Steps to reproduce..." diff --git a/README.zh-CN.md b/README.zh-CN.md index 6a8879d..7fad292 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -335,6 +335,10 @@ gitlink-cli member +invite-link --owner Gitlink --repo forgeplus --role develope # 列出 Issue gitlink-cli issue +list --owner Gitlink --repo forgeplus +# 自动翻页拉取全部(适用于所有可分页 list 命令: +# issue/pr/branch/release/milestone/org/repo/label/member +list、search +repos/+users) +gitlink-cli issue +list --owner Gitlink --repo forgeplus --all + # 创建 Issue gitlink-cli issue +create --owner Gitlink --repo forgeplus -t "Bug: 登录失败" -b "复现步骤..."