mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 08:28:37 +02:00
Str plugin promoted to built-in Nu command.
This commit is contained in:
@ -38,7 +38,7 @@ fn condition_is_met() {
|
||||
| split column ','
|
||||
| headers
|
||||
| skip-until "Chicken Collection" == "Red Chickens"
|
||||
| str "31/04/2020" --to-int
|
||||
| str to-int "31/04/2020"
|
||||
| get "31/04/2020"
|
||||
| sum
|
||||
| echo $it
|
||||
|
Reference in New Issue
Block a user