JeffPaine / csvsplit

Split a .csv file into multiple files
MIT License
5 stars 4 forks source link

No -input flag? #12

Closed JeffPaine closed 10 years ago

JeffPaine commented 10 years ago

Or at least make it optional? E.g.

$ csvsplit -records 10 file.csv

Instead of / equivalent to

$ csvsplit -records 10 -input files.csv
JeffPaine commented 10 years ago

Maybe just drop the flag all together?