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.
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.