nushell/crates/nu-command
WindSoilder d34581db4a
Rename: change the SyntaxShape of -c flag from list to record (#10526)
# 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 }
```
2023-09-30 08:59:47 -05:00
..
src Rename: change the SyntaxShape of -c flag from list to record (#10526) 2023-09-30 08:59:47 -05:00
tests Rename: change the SyntaxShape of -c flag from list to record (#10526) 2023-09-30 08:59:47 -05:00
Cargo.toml Bump dialoguer to 0.11.0 (#10510) 2023-09-26 18:00:16 +02:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00