Skip to content

Commit 1a12f14

Browse files
ryanioclaude
andauthored
fix: pagination docs table formatting (#29)
* fix: remove blank line breaking pagination table formatting The markdown table had a blank line after the first data row, causing the remaining rows to render as loose pipe-delimited text instead of table rows. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * refactor: replace table with simple list Every command uses the same `--next` flag, so the cursor flag column adds no information. A plain list is cleaner. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 73daf8e commit 1a12f14

1 file changed

Lines changed: 15 additions & 18 deletions

File tree

docs/pagination.md

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,21 @@ opensea tokens trending --limit 5 --next "abc123..."
2020

2121
### Commands that support pagination
2222

23-
| Command | Cursor flag |
24-
|---|---|
25-
| `collections list` | `--next` |
26-
27-
| `nfts list-by-collection` | `--next` |
28-
| `nfts list-by-contract` | `--next` |
29-
| `nfts list-by-account` | `--next` |
30-
| `listings all` | `--next` |
31-
| `listings best` | `--next` |
32-
| `offers all` | `--next` |
33-
| `offers collection` | `--next` |
34-
| `offers traits` | `--next` |
35-
| `events list` | `--next` |
36-
| `events by-account` | `--next` |
37-
| `events by-collection` | `--next` |
38-
| `events by-nft` | `--next` |
39-
| `tokens trending` | `--next` |
40-
| `tokens top` | `--next` |
23+
- `collections list`
24+
- `nfts list-by-collection`
25+
- `nfts list-by-contract`
26+
- `nfts list-by-account`
27+
- `listings all`
28+
- `listings best`
29+
- `offers all`
30+
- `offers collection`
31+
- `offers traits`
32+
- `events list`
33+
- `events by-account`
34+
- `events by-collection`
35+
- `events by-nft`
36+
- `tokens trending`
37+
- `tokens top`
4138

4239
> **Note:** Search commands (`search collections`, `search nfts`, `search tokens`, `search accounts`) do not support cursor-based pagination. The underlying GraphQL API returns a flat list with no `next` cursor.
4340

0 commit comments

Comments
 (0)