WIP supporting from/to automatically

This commit is contained in:
Jonathan Turner
2019-08-29 15:53:45 +12:00
parent fcc41af899
commit f730296e45
14 changed files with 90 additions and 170 deletions

View File

@ -194,6 +194,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
whole_stream_command(FromTOML),
whole_stream_command(FromXML),
whole_stream_command(FromYAML),
whole_stream_command(FromYML),
whole_stream_command(Pick),
whole_stream_command(Get),
per_item_command(Remove),