Skip to content

Commit 18be268

Browse files
authored
Fixed smol issues with 0.112.1 changelog (#2149)
1 parent aee1a42 commit 18be268

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

blog/2026-04-11-nushell_v0_112_1.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Use `open --raw` to open without conversion or hide the command using `hide 'fro
279279

280280
Add support for `list-of-records` serialization in `to nuon` command to return tables as a list of records instead of inline tables.
281281

282-
```ansi
282+
```ansi :no-line-numbers
283283
> ls | to nuon --list-of-records
284284
[{name: ".cargo", type: dir, size: 0b, modified: 2026-04-11T14:28:01.485060+02:00}, {name: ".gitattributes", type: file, size: 113b, modified: 2026-04-11T14:28:01.485565900+02:00}, {name: ".githooks", type: dir, size: 0b, modified: 2026-04-11T14:28:01.486572700+02:00}, {name: ".github", type: dir, size: 0b, modified: 2026-04-11T14:28:01.490573100+02:00}, {name: ".gitignore", type: file, size: 834b, modified: 2026-04-11T14:28:01.497597200+02:00}, {name: "AGENTS.md", type: file, size: 2115b, modified: 2026-04-11T14:28:01.498597200+02:00}, {name: "CITATION.cff", type: file, size: 838b, modified: 2026-04-11T14:28:01.498597200+02:00}, {name: "CLAUDE.md", type: symlink, size: 0b, modified: 2026-04-11T14:28:01.499597100+02:00}, {name: "CODE_OF_CONDUCT.md", type: file, size: 3520b, modified: 2026-04-11T14:28:01.499597100+02:00}, {name: "CONTRIBUTING.md", type: file, size: 18714b, modified: 2026-04-11T14:28:01.500597200+02:00}, {name: "Cargo.lock", type: file, size: 257047b, modified: 2026-04-11T14:28:01.501597200+02:00}, {name: "Cargo.toml", type: file, size: 11950b, modified: 2026-04-11T14:28:01.502596700+02:00}, {name: "Cross.toml", type: file, size: 684b, modified: 2026-04-11T14:28:01.502596700+02:00}, {name: LICENSE, type: file, size: 1115b, modified: 2026-04-11T14:28:01.502596700+02:00}, {name: "README.md", type: file, size: 12742b, modified: 2026-04-11T14:28:01.504102900+02:00}, {name: "SECURITY.md", type: file, size: 2710b, modified: 2026-04-11T14:28:01.504102900+02:00}, {name: assets, type: dir, size: 0b, modified: 2026-04-11T14:28:01.512623900+02:00}, {name: ast-grep, type: dir, size: 0b, modified: 2026-04-11T14:28:01.522645800+02:00}, {name: benches, type: dir, size: 0b, modified: 2026-04-11T14:28:01.524151300+02:00}, {name: "clippy.toml", type: file, size: 170b, modified: 2026-04-11T14:28:01.525159300+02:00}, {name: crates, type: dir, size: 0b, modified: 2026-04-11T14:28:02.451098600+02:00}, {name: devdocs, type: dir, size: 0b, modified: 2026-04-11T14:28:02.457631100+02:00}, {name: docker, type: dir, size: 0b, modified: 2026-04-11T14:28:02.458631500+02:00}, {name: "rust-toolchain.toml", type: file, size: 956b, modified: 2026-04-11T14:28:02.459632800+02:00}, {name: "rustfmt.toml", type: file, size: 18b, modified: 2026-04-11T14:28:02.459632800+02:00}, {name: scripts, type: dir, size: 0b, modified: 2026-04-11T14:28:02.466730800+02:00}, {name: "sgconfig.yml", type: file, size: 218b, modified: 2026-04-11T14:28:02.466730800+02:00}, {name: src, type: dir, size: 0b, modified: 2026-04-11T14:28:02.472540600+02:00}, {name: target, type: dir, size: 0b, modified: 2026-04-11T14:30:48.430795700+02:00}, {name: tests, type: dir, size: 0b, modified: 2026-04-11T14:28:02.629683500+02:00}, {name: toolkit, type: dir, size: 0b, modified: 2026-04-11T14:28:02.641237300+02:00}, {name: "toolkit.nu", type: file, size: 61b, modified: 2026-04-11T14:28:02.635231400+02:00}, {name: "typos.toml", type: file, size: 732b, modified: 2026-04-11T14:28:02.642236500+02:00}, {name: wix, type: dir, size: 0b, modified: 2026-04-11T14:28:02.645247500+02:00}]
285285
```
@@ -351,7 +351,7 @@ def good [str: string] {
351351

352352
Introduces `polars selector ends-with` allowing columns to be selected by a suffix:
353353

354-
```ansi
354+
```ansi :no-line-numbers
355355
> {
356356
"foo": ["x", "y"],
357357
"bar": [123, 456],
@@ -489,7 +489,7 @@ Error: nu::shell::incorrect_value
489489

490490
When it is, it should just work:
491491

492-
```ansi
492+
```ansi :no-line-numbers
493493
> "3:34:0" | into duration
494494
3hr 34min
495495
```
@@ -523,7 +523,7 @@ Error: nu::shell::incorrect_value
523523

524524
Parsing `h:m:s`:
525525

526-
```ansi
526+
```ansi :no-line-numbers
527527
> "16:59:58" | into duration
528528
16hr 59min 58sec
529529
> "316:59:58" | into duration
@@ -1204,7 +1204,8 @@ Finally won't run before try finished.
12041204

12051205
- `try` does not stream if `catch` or `finally` exists.
12061206
- `catch` does not stream if `finally` exists.
1207-
:::
1207+
1208+
:::
12081209

12091210
#### let ignores pipefail checking
12101211

0 commit comments

Comments
 (0)