Skip to content

Conversation

@blueogin
Copy link

@blueogin blueogin commented Jun 6, 2025

Usage

The program can be run in several ways:

  1. Process a file and output to a file:
cargo run --release -- -i sample.jsonl -o output.csv
  1. Process from STDIN and output to STDOUT:
cargo run --release
  1. Process a file and output to STDOUT:
cargo run --release -- -i sample.jsonl
  1. Process from STDIN and output to a file:
cargo run --release -- -o output.csv

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.

1 participant