mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 02:27:50 +02:00
Update how extensions are set to default to path when no extension can be determined from mime
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user