Skip to content

Commit

Permalink
Remove duplicate note
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Nov 13, 2024
1 parent 98e31af commit 406ffa6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions blog/2024-11-12-nushell_0_100_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ As part of this release, we also publish a set of optional plugins you can insta
- [`ps -l` \[toc\]](#ps--l-toc)
- [`url join` and `url build-query` \[toc\]](#url-join-and-url-build-query-toc)
- [`touch --no-deref` \[toc\]](#touch---no-deref-toc)
- [`help commands` and `scope commands`](#help-commands-and-scope-commands)
- [`length`](#length)
- [`stor` \[toc\]](#stor-toc)
- [`to text --no-newline` \[toc\]](#to-text---no-newline-toc)
Expand Down Expand Up @@ -280,10 +279,6 @@ http://usr:pwd@localhost:1234?par_1=aaa&par_2=bbb&par_1=ccc&par_2=ddd

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.

### `help commands` and `scope commands`

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)).

### `length`

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.
Expand Down

0 comments on commit 406ffa6

Please sign in to comment.