Skip to content

Commit 987eae9

Browse files
authored
fix typo in flag move --list 2025-02-04-nushell_0_102_0.md (#1785)
1 parent 3cf4dc7 commit 987eae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/2025-02-04-nushell_0_102_0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ As part of this release, we also publish a set of optional plugins you can insta
4141
- [_`run-external` and `exec` now support list spreading_](#run-external-and-exec-now-support-list-spreading-toc)
4242
- [_New config option: `use_ansi_coloring: 'auto'`_](#new-config-option-use-ansi-coloring-auto-toc)
4343
- [_New config option: `banner: 'short'`_](#new-config-option-banner-short-toc)
44-
- [_`move --first`/`--list` flags_](#move-first-list-flags-toc)
44+
- [_`move --first`/`--last` flags_](#move-first-list-flags-toc)
4545
- [_`find --no-highlight` switch_](#find-no-highlight-switch-toc)
4646
- [_`seq date` enhancements_](#seq-date-enhancements-toc)
4747
- [_`content_type` metadata is now assigned to known filetypes that don't have a `from` convertor_](#content-type-metadata-is-now-assigned-to-known-filetypes-that-don-t-have-a-from-convertor-toc)
@@ -286,7 +286,7 @@ The new `config use-colors` command will return the evaluated result of the `use
286286

287287
With [#14638](https://github.com/nushell/nushell/pull/14638), users can now configuration Nushell to start with a "short" welcome banner. The "short" banner will only show the startup time, allowing the user to populate the rest of the banner information as desired.
288288

289-
### `move --first`/`--list` flags [[toc](#table-of-contents)]
289+
### `move --first`/`--last` flags [[toc](#table-of-contents)]
290290

291291
[@Coca162](https://github.com/Coca162) added `--first`/`--last` flags to the `move` command in [#14961](https://github.com/nushell/nushell/pull/14961), providing a convenient shorthand for moving a column to the first or last position in a table.
292292

0 commit comments

Comments
 (0)