Lots of misc improvements

This commit is contained in:
Jonathan Turner
2019-06-03 19:41:28 +12:00
parent b7dbb0a4b6
commit c050ce852b
9 changed files with 218 additions and 25 deletions

View File

@ -52,6 +52,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
command("size", size::size),
command("from-json", from_json::from_json),
command("from-toml", from_toml::from_toml),
command("from-yaml", from_yaml::from_yaml),
command("open", open::open),
command("pick", pick::pick),
command("split-column", split_column::split_column),