You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2025-07-22-nushell_0_106_0.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ As of [#15878], unquote file/directory paths as command arguments will no longer
65
65
66
66
Paths with path components such as `..` and `~` are still expanded, but paths will not automatically be expanded into their absolute form.
67
67
68
-
Here's an example with a simple custom command with a `path` parameter. Let's say we are in the directoy`/home/user`, and we call it with the argument `test/../bar`:
68
+
Here's an example with a simple custom command with a `path` parameter. Let's say we are in the directory`/home/user`, and we call it with the argument `test/../bar`:
69
69
70
70
```nushell
71
71
def foo [my_path: path] { $my_path }
@@ -139,7 +139,7 @@ If you want to opt in and try them out yourself, you can enable them in the foll
139
139
NU_EXPERIMENTAL_OPTIONS="reorder-cell-paths,.." nu
140
140
```
141
141
This environment variable is **not** respected when running scripts to avoid breaking independent executable scripts.
142
-
- By starting `nu` with the `--experimental-options` flag, passing in a list of option nam
142
+
- By starting `nu` with the `--experimental-options` flag, passing in a list of option names.
143
143
```nushell
144
144
nu --experimental-options=[reorder-cell-paths,..]
145
145
```
@@ -228,7 +228,7 @@ $val.foo.0
228
228
229
229
### Improved documentation, errors, and warnings
230
230
231
-
- With [#15892], text written in backticks inside help text will now be highlighted as code. If it's valid Nushell code, it will be highlighted as such. Otherwise, it will use a "dimmed" style. You can make use of this youself in custom command documentation as well! Here's what this looks like with some examples on the `select` command documentation (notice `name` and `first 4` being highlighted):
231
+
- With [#15892], text written in backticks inside help text will now be highlighted as code. If it's valid Nushell code, it will be highlighted as such. Otherwise, it will use a "dimmed" style. You can make use of this yourself in custom command documentation as well! Here's what this looks like with some examples on the `select` command documentation (notice `name` and `first 4` being highlighted):
232
232

233
233
234
234
- Warnings should now be a bit more distinct: they will now show up with a orange caution symbol, rather than the same red X used for errors ([#16146])
@@ -550,7 +550,7 @@ Thanks to all the contributors below for helping us solve issues, improve docume
550
550
|[@blindFS]| perf: better scalability of get_columns |[#15780]|
551
551
|[@Tyarel8]| feat(std/help): Add `--help` for external-commands |[#15962]|
552
552
|[@weirdan]| Support namespaces in `query xml`|[#16008]|
553
-
|[@fdncred]|repect color_config.header color for record key|[#16006]|
553
+
|[@fdncred]|respect color_config.header color for record key |[#16006]|
554
554
|[@cptpiepmatz]| Fix: missing `installed_plugins` in `version`|[#16004]|
555
555
|[@JohnSwiftC]| Add backtrack named flag to parse (issue #15997) |[#16000]|
556
556
|[@cptpiepmatz]| Bump `calamine` to 0.28 |[#16003]|
@@ -589,7 +589,7 @@ Thanks to all the contributors below for helping us solve issues, improve docume
589
589
|[@app/dependabot]| build(deps): bump which from 7.0.0 to 7.0.3 |[#15937]|
590
590
|[@app/dependabot]| build(deps): bump titlecase from 3.5.0 to 3.6.0 |[#15936]|
591
591
|[@app/dependabot]| build(deps): bump ansi-str from 0.8.0 to 0.9.0 |[#15935]|
592
-
|[@liquid-dragons]| Fix docs typo referring to non-existant`Value::CustomValue`|[#15954]|
592
+
|[@liquid-dragons]| Fix docs typo referring to non-existent`Value::CustomValue`|[#15954]|
593
593
|[@liquid-dragons]| Improve precision in parsing of filesize values |[#15950]|
594
594
|[@fdncred]| bump to dev version 0.105.2 |[#15952]|
595
595
|[@hustcer]| Use NUSHELL_PAT for winget publish |[#15934]|
0 commit comments