mirror of
https://github.com/nushell/nushell.git
synced 2024-12-26 08:59:12 +01:00
d34581db4a
# 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 |