Update how extensions are set to default to path when no extension can be determined from mime

This commit is contained in:
Patrick Meredith
2019-08-24 14:19:22 -04:00
parent dd74657385
commit 93a1a0604e
5 changed files with 58 additions and 13 deletions

View File

@ -173,6 +173,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
whole_stream_command(FromArray),
whole_stream_command(FromCSV),
whole_stream_command(FromINI),
whole_stream_command(FromBSON),
whole_stream_command(FromJSON),
whole_stream_command(FromTOML),
whole_stream_command(FromXML),