mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
Update Beaking_Changes.md
This commit is contained in:
parent
0450cc25e0
commit
aea2adc44a
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ This file attempts to list all breaking changes that came with the new engine up
|
||||||
* `$nu.path` is a regular environment variable: `$nu.env.PATH` (Unix) or `$nu.env.Path` (Windows)
|
* `$nu.path` is a regular environment variable: `$nu.env.PATH` (Unix) or `$nu.env.Path` (Windows)
|
||||||
* All config is now contained within `$config` which can be initialized by `config.nu`. There is no `config.toml` anymore.
|
* All config is now contained within `$config` which can be initialized by `config.nu`. There is no `config.toml` anymore.
|
||||||
|
|
||||||
|
## `if`
|
||||||
|
|
||||||
|
`if {} {}` is now `if {} else {}`
|
||||||
|
|
||||||
## `main` Command in Scripts
|
## `main` Command in Scripts
|
||||||
|
|
||||||
If the script contains `main` it will be ran after all the script is executed.
|
If the script contains `main` it will be ran after all the script is executed.
|
||||||
|
|
Loading…
Reference in a new issue