reevoo / anon

Replaces personal e-mails with fake e-mails
MIT License
0 stars 0 forks source link

Make CLI a bit more standard #7

Closed errm closed 9 years ago

errm commented 9 years ago

We should make all the options flags, the, in and out file should be flags to, we should default to read from std in and write to std out. So I can do stuff like

mysql -uroot secret_database -e 'SELECT * from secet_user_files' | anon --text > not_so_secret_file.csv

It encourages people then to not keep unneded copies of sensitive data around.

jonnyarnold commented 9 years ago

Use of streams completed by #13 . Shall I leave this open to cover flags @errm?