docs(readme): --all 自动翻页示例(中英)
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
4435dd251d
commit
2d9789b060
|
|
@ -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..."
|
||||
|
||||
|
|
|
|||
|
|
@ -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 "复现步骤..."
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue