lizmat / App-Rak

21st century grep / find / ack / ag / rg on steroids
Artistic License 2.0
152 stars 7 forks source link

Incorrect option type for --sep #26

Closed Zer0-Tolerance closed 1 year ago

Zer0-Tolerance commented 1 year ago

Hi Liz, Small bug when trying to set a different field separator in CSV file:

rak --csv-per-line --sep=';' '{ .say }' /tmp/file.csv
'--sep' can only be specified as a flag.
lizmat commented 1 year ago

Thanks for the headsup!

Fixed with https://github.com/lizmat/App-Rak/commit/32cbfc83bd

Also affected were --quote / --escape