feat(account): add csv and json output for transactions#2
Conversation
📝 WalkthroughWalkthroughThe PR extends the CLI transaction command to support multiple output formats (table, csv, json) via a new Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Comment |
|
Note Docstrings generation - SUCCESS |
Docstrings generation was requested by @geavenx. * #2 (comment) The following files were modified: * `src/arcter/cli.py` * `tests/test_account_cli.py`
Docstrings generation was requested by @geavenx. * #2 (comment) The following files were modified: * `src/arcter/cli.py` * `tests/test_account_cli.py`
Summary by CodeRabbit
Release Notes
New Features
--outputflag, enabling scripting and spreadsheet workflows.Documentation
Tests