mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 07:48:37 +02:00
@ -34,6 +34,6 @@ Set by single row table
|
||||
|
||||
Set by row(e.g. `open x.json` or `from json`)
|
||||
```shell
|
||||
> echo '{"X":"Y","W":"Z"}'|from json|with-env $it { echo $env.X $env.W }
|
||||
> echo '{"X":"Y","W":"Z"}'|from json|with-env $in { echo $env.X $env.W }
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user