Skip to content

Commit 4c91651

Browse files
committed
Update footer example in docs to match new format
1 parent 851aa51 commit 4c91651

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ slack messages list '#general' --json
173173

174174
# Pagination output: when more messages exist on either side of the returned
175175
# slice, the text output prints a trailing footer such as
176-
# [... older -- --before 1234.5678 | newer -- --after 2345.6789]
176+
# [older: --before 1234.5678 | newer: --after 2345.6789]
177177
# and the JSON envelope includes `has_more_before`, `has_more_after`,
178178
# `next_before_ts`, and `next_after_ts`. Use these cursors to page further.
179179

coding-agent-plugins/claude-code/skills/slackcli/SKILL.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,12 @@ slice.
121121
**Text mode** — a trailing footer is printed when there is more to fetch, e.g.:
122122

123123
```
124-
[... older -- --before 1234.5678 | newer -- --after 2345.6789]
124+
[older: --before 1234.5678 | newer: --after 2345.6789]
125125
```
126126

127+
In thread view the labels change to `earlier replies` / `later replies` so
128+
it's clear the cursors page within the thread.
129+
127130
Feed either cursor back into a new call to page further:
128131

129132
```bash

0 commit comments

Comments
 (0)