Skip to content

Commit 1772e75

Browse files
committed
docs(repos): use a non-default page size in the pagination example
--page-limit 15 equalled the default, making the flag look like a no-op; use 25 (matching the sibling commands' examples) so the flag's effect is clear, and update the comment to match. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011Kh9pJ2yQbnUPhytgtPSzv
1 parent 78959c9 commit 1772e75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/kosli/listRepos.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ kosli list repos \
3939
--org yourOrgName \
4040
--output json
4141
42-
# show the second page of repos (15 per page):
42+
# show the second page of repos (25 per page):
4343
kosli list repos \
44-
--page-limit 15 \
44+
--page-limit 25 \
4545
--page 2 \
4646
--api-token yourAPIToken \
4747
--org yourOrgName

0 commit comments

Comments
 (0)