forked from extern/nushell
Use 'table' on scripts and -c commands (#4377)
* Use 'table' on scripts and -c commands * Fix tests * Oops, missed a spot
This commit is contained in:
@ -13,7 +13,7 @@ fn selects_a_row() {
|
||||
ls
|
||||
| sort-by name
|
||||
| range 0..0
|
||||
| get name
|
||||
| get name.0
|
||||
"#
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user