Skip to content

Commit 2d60643

Browse files
Fix typo in --experimental-options option name (#2133)
1 parent c0bd1ea commit 2d60643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/2026-02-28-nushell_v0_111_0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ Example:
551551

552552
::: important Experimental option
553553
This feature is behind an experimental option.
554-
Run Nushell with `--experimental-option=native-clip` or set before running Nushell the environment variable to `NU_EXPERIMENTAL_OPTIONS=native-clip`.
554+
Run Nushell with `--experimental-options=native-clip` or set before running Nushell the environment variable to `NU_EXPERIMENTAL_OPTIONS=native-clip`.
555555
:::
556556

557557
Two new commands were added `clip copy` and `clip paste`. They replace the implementation of `std/clip` with a native implementation and are now built-in commands that are available all the time.
@@ -1068,7 +1068,7 @@ Note that this only occurs for _explicit_ `collect`s, and not _implicit_ collect
10681068

10691069
::: important Experimental option
10701070
This feature is behind an experimental option.
1071-
Run Nushell with `--experimental-option=native-clip` or set before running Nushell the environment variable to `NU_EXPERIMENTAL_OPTIONS=native-clip`.
1071+
Run Nushell with `--experimental-options=native-clip` or set before running Nushell the environment variable to `NU_EXPERIMENTAL_OPTIONS=native-clip`.
10721072
:::
10731073

10741074
Copy nushell tables to the clipboard without ansi escape sequences.

0 commit comments

Comments
 (0)