mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
Move 'nth' into 'select' (#4385)
This commit is contained in:
@ -133,7 +133,7 @@ fn moves_columns_after() {
|
||||
open sample.csv
|
||||
| move letters and_more --after column1
|
||||
| get
|
||||
| nth 1 2
|
||||
| select 1 2
|
||||
| str collect
|
||||
"#
|
||||
));
|
||||
|
Reference in New Issue
Block a user