Move 'nth' into 'select' (#4385)

This commit is contained in:
JT
2022-02-09 09:59:40 -05:00
committed by GitHub
parent 43850bf20e
commit 5a1d81221f
18 changed files with 190 additions and 259 deletions

View File

@ -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
"#
));