mirror of
https://github.com/nushell/nushell.git
synced 2025-03-20 02:26:49 +01:00
# Description Fixes: #7085 Also closes: #7526 # User-Facing Changes After this change, we need to use `-c` flag like this: ```nushell [[a, b, c]; [1, 2, 3]] | rename -c { a: ham } ``` But we can rename many columns easily, here is another example: ```nushell [[a, b, c]; [1, 2, 3]] | rename -c { a: ham, b: ham2 } ``` |
||
---|---|---|
.. | ||
commands | ||
format_conversions | ||
main.rs |