Files
nushell/crates/nu-command/src/debug
Ian Manske 6fcd09682c Fix setting metadata on byte streams (#13416)
# Description
Setting metadata on a byte stream converts it to a list stream. This PR
makes it so that `metadata set` does not alter its input besides the
metadata.

```nushell
open --raw test.json
| metadata set --content-type application/json
| http post https://httpbin.org/post 
```
2024-07-21 21:15:36 +00:00
..
2024-04-24 15:46:35 +00:00
2024-05-03 08:36:10 +08:00
2024-04-24 15:46:35 +00:00