Closed masci closed 2 days ago
--match "foo" "bar" "baz"
== --march "foo OR bar OR baz"
--match-key "matched"
should have the keys of the input JSON in which the values match our --match
flag.
--match
should accept just a vector of strings, we should have a different option to pass a file (e.g. --match-file matches.txt
)
match
is a taken keyword in Rust
Read one or more input files in jsonl format, filter out lines matching
--what
in the fields--where
and write the output to the stdout or file passed with--output
.Nice to have (next steps):
--what-file matches.txt
--matched-field "matched"