docs(lark-drive): add missing import command examples#669
Conversation
📝 WalkthroughWalkthroughDocumentation for the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
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 docstrings
🧪 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 |
Add example commands for file types declared in the supported-conversions table but absent from the command examples section: .docx/.doc, .txt, .html, .xls -> sheet, and .csv -> sheet. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
7077808 to
b5bb4ae
Compare
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@b5bb4ae17356d6acebf00cb99cb19bc428a25b1e🧩 Skill updatenpx skills add larksuite/cli#docs/lark-drive-import-examples -y -g |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #669 +/- ##
=======================================
Coverage 62.96% 62.96%
=======================================
Files 436 436
Lines 38604 38604
=======================================
Hits 24306 24306
Misses 12150 12150
Partials 2148 2148 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
skills/lark-drive/references/lark-drive-import.mdfor file types that are declared in the supported-conversions table but had no example..docx/.doc(Office Word),.txt,.html,.xls -> sheet, and.csv -> sheet.Test plan
All six examples were executed end-to-end against the real Lark Import API with
--as user. Each produced anok: trueresponse with a valid online doc URL.--type.docxdocx.docdocx.txtdocx.htmldocx.xlssheet.csvsheet🤖 Generated with Claude Code