mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 03:32:32 +02:00
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:
@ -11,7 +11,7 @@ fn lines() {
|
||||
| skip 1
|
||||
| first 1
|
||||
| split column "="
|
||||
| get Column1
|
||||
| get Column1.0
|
||||
| str trim
|
||||
"#
|
||||
));
|
||||
|
Reference in New Issue
Block a user