Introduced conversion to csv command.

This commit is contained in:
Andrés N. Robalino
2019-07-21 02:08:05 -05:00
parent a86a11413f
commit 191dacdd8b
12 changed files with 145 additions and 27 deletions

View File

@ -172,6 +172,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
command("reject", Box::new(reject::reject)),
command("trim", Box::new(trim::trim)),
command("to-array", Box::new(to_array::to_array)),
command("to-csv", Box::new(to_csv::to_csv)),
command("to-json", Box::new(to_json::to_json)),
command("to-toml", Box::new(to_toml::to_toml)),
command("to-yaml", Box::new(to_yaml::to_yaml)),