Closed tgetgood closed 7 years ago
Added a --csv flag to the cli which exports the data to csv format.
--csv
Still writes to stdout, so write to a file with name-your-contributors --csv ... > outfile.csv.
stdout
name-your-contributors --csv ... > outfile.csv
Addresses #27
Merged in 011734fa8e48760668f81ce28af8887278362ab1.
Added a
--csv
flag to the cli which exports the data to csv format.Still writes to
stdout
, so write to a file withname-your-contributors --csv ... > outfile.csv
.Addresses #27