Skip to content

Commit 67f9d45

Browse files
fix(cli): correct cursor field name in webset-list help
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b6735a3 commit 67f9d45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exe/exa-ai-webset-list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ while args.any?
2929
3030
Options:
3131
--limit N Maximum number of websets to return (default: 25, max: 100)
32-
--cursor CURSOR Cursor for pagination (use nextCursor from previous response)
32+
--cursor CURSOR Cursor for pagination (use next_cursor from previous response)
3333
--api-key KEY Exa API key (or set EXA_API_KEY env var)
3434
--output-format FMT Output format: json, pretty, or text (default: json)
3535
--help, -h Show this help message

0 commit comments

Comments
 (0)