Skip to content

Commit

Permalink
fix typo in flag move --list 2025-02-04-nushell_0_102_0.md (#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-uvarov authored Feb 5, 2025
1 parent 3cf4dc7 commit 987eae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/2025-02-04-nushell_0_102_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ As part of this release, we also publish a set of optional plugins you can insta
- [_`run-external` and `exec` now support list spreading_](#run-external-and-exec-now-support-list-spreading-toc)
- [_New config option: `use_ansi_coloring: 'auto'`_](#new-config-option-use-ansi-coloring-auto-toc)
- [_New config option: `banner: 'short'`_](#new-config-option-banner-short-toc)
- [_`move --first`/`--list` flags_](#move-first-list-flags-toc)
- [_`move --first`/`--last` flags_](#move-first-list-flags-toc)
- [_`find --no-highlight` switch_](#find-no-highlight-switch-toc)
- [_`seq date` enhancements_](#seq-date-enhancements-toc)
- [_`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)
Expand Down Expand Up @@ -286,7 +286,7 @@ The new `config use-colors` command will return the evaluated result of the `use

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.

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

[@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.

Expand Down

0 comments on commit 987eae9

Please sign in to comment.