Skip to content

Commit a98fd41

Browse files
ryanioclaude
andcommitted
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>
1 parent aaf834e commit a98fd41

1 file changed

Lines changed: 15 additions & 17 deletions

File tree

docs/pagination.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +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-
| `nfts list-by-collection` | `--next` |
27-
| `nfts list-by-contract` | `--next` |
28-
| `nfts list-by-account` | `--next` |
29-
| `listings all` | `--next` |
30-
| `listings best` | `--next` |
31-
| `offers all` | `--next` |
32-
| `offers collection` | `--next` |
33-
| `offers traits` | `--next` |
34-
| `events list` | `--next` |
35-
| `events by-account` | `--next` |
36-
| `events by-collection` | `--next` |
37-
| `events by-nft` | `--next` |
38-
| `tokens trending` | `--next` |
39-
| `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`
4038

4139
> **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.
4240

0 commit comments

Comments
 (0)