nushell/crates/nu-cli/tests/format_conversions/mod.rs
Adam Shirey ad8ab5b04d
Add from-eml command (#1656)
* from-eml initial ver

* Adding tests for `from-eml`

* Add eml to prepares_and_decorates_filesystem_source_files

* Sort the file order

Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2020-04-26 16:26:35 +12:00

17 lines
158 B
Rust

mod bson;
mod csv;
mod eml;
mod html;
mod ics;
mod json;
mod markdown;
mod ods;
mod sqlite;
mod ssv;
mod toml;
mod tsv;
mod url;
mod vcf;
mod xlsx;
mod yaml;