Skip to content

Commit 406ffa6

Browse files
committed
Remove duplicate note
1 parent 98e31af commit 406ffa6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

blog/2024-11-12-nushell_0_100_0.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ As part of this release, we also publish a set of optional plugins you can insta
4040
- [`ps -l` \[toc\]](#ps--l-toc)
4141
- [`url join` and `url build-query` \[toc\]](#url-join-and-url-build-query-toc)
4242
- [`touch --no-deref` \[toc\]](#touch---no-deref-toc)
43-
- [`help commands` and `scope commands`](#help-commands-and-scope-commands)
4443
- [`length`](#length)
4544
- [`stor` \[toc\]](#stor-toc)
4645
- [`to text --no-newline` \[toc\]](#to-text---no-newline-toc)
@@ -280,10 +279,6 @@ http://usr:pwd@localhost:1234?par_1=aaa&par_2=bbb&par_1=ccc&par_2=ddd
280279

281280
Thanks to [@Dorumin](https://github.com/Dorumin) in [#14214](https://github.com/nushell/nushell/pull/14214), a new `--no-deref` flag was added to `touch`. Providing this flag will make `touch` not follow symlinks.
282281

283-
### `help commands` and `scope commands`
284-
285-
The `help commands` and `scope commands` now output an `is_const` column indicating whether a command can be used in a parse-time constant context ([#14125](https://github.com/nushell/nushell/pull/14125)).
286-
287282
### `length`
288283

289284
Thanks to [@sgvictorino](https://github.com/sgvictorino) in [#14224](https://github.com/nushell/nushell/pull/14224), the `length` command now supports binary values as input and returns the number of bytes.

0 commit comments

Comments
 (0)