Skip to content

✨ feat(output): CSV format#103

Merged
jfbus merged 1 commit intomainfrom
csv
Mar 6, 2026
Merged

✨ feat(output): CSV format#103
jfbus merged 1 commit intomainfrom
csv

Conversation

@jfbus
Copy link
Copy Markdown
Contributor

@jfbus jfbus commented Mar 6, 2026

Description

This PR adds a csv output format, using the same data as the table format.

Fixes: #101

Type of Change

Please check the relevant option(s):

  • 🐛 Bug fix
  • ✨ New feature
  • 🧹 Code cleanup or refactor
  • 📝 Documentation update
  • 🔧 Build or CI-related change
  • 🔒 Security fix
  • Other (specify):

How Has This Been Tested?

Please describe the test strategy:

  • Manual testing
  • Unit tests
  • Integration tests
  • Not tested yet

Checklist

  • I have followed the Contributing Guidelines
  • I have added tests or explained why they are not needed
  • I have updated relevant documentation (README, examples, etc.)
  • My changes follow the Conventional Commits specification
  • My commits include appropriate Gitmoji

Additional Context

@jfbus jfbus marked this pull request as ready for review March 6, 2026 08:50
@jfbus jfbus merged commit 682c871 into main Mar 6, 2026
4 checks passed
@jfbus jfbus deleted the csv branch March 6, 2026 10:10
@jfbus jfbus added the kind/feature New feature or request label Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/feature New feature or request

Development

Successfully merging this pull request may close these issues.

CSV output

2 participants