mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 22:57:58 +02:00
Remove trim in favor of str trim (#2560)
This commit is contained in:
@ -17,7 +17,7 @@ fn to_column() {
|
||||
r#"
|
||||
open sample.txt
|
||||
| lines
|
||||
| trim
|
||||
| str trim
|
||||
| split column ","
|
||||
| get Column2
|
||||
| echo $it
|
||||
|
Reference in New Issue
Block a user