Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add option to output results to CSV file #55

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

Zingzy
Copy link
Contributor

@Zingzy Zingzy commented Oct 1, 2024

Overview

  • Added --output-csv CLI option to save results to a CSV file.
  • Implemented write_results_to_csv function.
  • Updated main function to handle CSV output.
  • Added tests for CSV output functionality.

Testing

All tests passed successfully, including the new tests for the CSV output functionality.

This PR addresses issues #39

@EndlessTrax
Copy link
Owner

Nice. Thank you for the PR and contribution!

@EndlessTrax EndlessTrax merged commit ff752b2 into EndlessTrax:main Oct 2, 2024
5 checks passed
@EndlessTrax EndlessTrax linked an issue Oct 2, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow result to be output into a csv
2 participants