add CLI flags, update README accordingly, add mode 'expand'

This commit is contained in:
mtgmonkey 2025-06-27 04:24:57 -04:00
parent 34fd92cccc
commit 5a29918cd9
8 changed files with 258 additions and 63 deletions

View file

@ -45,3 +45,9 @@ Uno,
where `title` can be anything.
Capitalization does not matter.
Additional columns will not be present in `out.csv`.
If you have an existing `out.csv`, you can add new rows and avoid recalling the rows that are already filled in with the flag `--mode expand`.
`cat out.csv | nix run . -- --mode expand`
This will only check rows that have a) a blank second column or b) NOT_FOUND in the second column.