We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
error_style = nested
1 parent 3a30fc1 commit 7fc8e10Copy full SHA for 7fc8e10
1 file changed
blog/2026-01-17-nushell_v0_110_0.md
@@ -444,9 +444,9 @@ $ ll
444
Error: External command failed: Command `ll` not found (Did you mean `all`?)
445
```
446
447
-#### New `error_style = tree` setting
+#### New `error_style = nested` setting
448
449
-[#17105](https://github.com/nushell/nushell/pull/17105) adds a new `tree` option for `$env.config.error_style` to show related/nested errors.
+[#17105](https://github.com/nushell/nushell/pull/17105) adds a new `nested` option for `$env.config.error_style` to show related/nested errors.
450
451
#### New `error_lines` setting
452
0 commit comments