mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 07:38:37 +02:00
Move 'nth' into 'select' (#4385)
This commit is contained in:
@ -11,7 +11,7 @@ fn table_to_sqlite_and_back_into_table() {
|
||||
| to sqlite
|
||||
| from sqlite
|
||||
| get table_values
|
||||
| nth 2
|
||||
| select 2
|
||||
| get x
|
||||
"#
|
||||
));
|
||||
|
Reference in New Issue
Block a user