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