fix(vc): correct --minute-token flag name in recording reference#1170
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughDocumentation update correcting the ChangesMinutes Download Flag Corrections
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1170 +/- ##
==========================================
+ Coverage 68.77% 68.92% +0.14%
==========================================
Files 628 628
Lines 58670 58744 +74
==========================================
+ Hits 40353 40487 +134
+ Misses 15021 14951 -70
- Partials 3296 3306 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@641136a0ae094f43400c9faf72838d6e3cdf2fee🧩 Skill updatenpx skills add larksuite/cli#refactor/vc-cleanup -y -g |
…ence Fix 3 occurrences of --minute-token (singular) to --minute-tokens (plural) in lark-vc-recording.md to match the actual CLI flag definition in minutes_download.go.
214bdd7 to
641136a
Compare
Summary
Fix
--minute-token(singular) →--minute-tokens(plural) inlark-vc-recording.md. The actual CLI flag defined inminutes_download.gois--minute-tokens, but the reference document had 3 occurrences using the wrong singular form.Changes
skills/lark-vc/references/lark-vc-recording.md: lines 85, 118, 128Test plan
grep -n 'minute-token' skills/lark-vc/references/lark-vc-recording.md— no singular--minute-tokenremainsshortcuts/minutes/minutes_download.go:48— flag name isminute-tokensSummary by CodeRabbit
lark-cli minutes downloadcommand documentation to reflect the correct plural option format for minute tokens across Agent combination scenarios.