docs: fix root calendar example#299
Conversation
Change-Id: I25e58345019046bf961636b10e8baad522019279
|
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated the CLI documentation example in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Suggested reviewers
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Greptile SummaryReplaces the stale Confidence Score: 5/5Safe to merge — purely a documentation fix with no logic changes. Single-line help-text update with no code logic changes; no P0 or P1 findings. No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant User
participant CLI as lark-cli
User->>CLI: lark-cli --help
CLI-->>User: Displays updated example<br/>calendar events instance_view<br/>with start_time & end_time params
Reviews (1): Last reviewed commit: "docs: fix root calendar example" | Re-trigger Greptile |
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@3b4d092c0b88581995194e25dc5d126aaa654f4c🧩 Skill updatenpx skills add larksuite/cli#fix/issue-48-root-help-example -y -g |
Summary
Fix the stale root help example for calendar events so the command shown in
lark-cli --helpmatches the current CLI surface.Changes
calendar events listexample incmd/root.gocalendar events instance_viewwith the required time range parametersTest Plan
lark xxxcommand works as expected (GOCACHE=/tmp/go-build go run . --help)Related Issues
Summary by CodeRabbit