Add xml open support

This commit is contained in:
Jonathan Turner
2019-06-11 18:26:03 +12:00
parent 3f3ea4153a
commit 7642541755
11 changed files with 142 additions and 0 deletions

View File

@ -56,6 +56,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-xml", from_xml::from_xml),
command("from-yaml", from_yaml::from_yaml),
command("get", get::get),
command("open", open::open),