fix: update cursor set command examples to show correct usage.#133
fix: update cursor set command examples to show correct usage.#133splindsay-92 wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughUpdated documentation and example usage across three files to reflect a change in the Ably Spaces cursors set command interface—replacing a single Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ffdb8f1 to
c9fda33
Compare
c9fda33 to
a68d650
Compare
e732088 to
cade3f0
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
d2971c2 to
20bc06b
Compare
20bc06b to
7328bf7
Compare
The spaces command examples were showing the usage of a
--positionflag which doesn't actually exist. Updated to show correct usage or--xand--yflags.Note
Low Risk
Docs/example-only changes with no functional code or API behavior modifications.
Overview
Updates
ably spaces cursors setexamples inREADME.md,src/commands/spaces/cursors.ts, andsrc/commands/spaces/cursors/index.tsto show--x/--ycoordinate flags (and--data) instead of the nonexistent--positionflag, aligning the help output with actual CLI usage.Written by Cursor Bugbot for commit 7328bf7. This will update automatically on new commits. Configure here.
Summary by CodeRabbit