mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:06:40 +02:00
Str plugin promoted to built-in Nu command.
This commit is contained in:
@ -39,7 +39,7 @@ fn condition_is_met() {
|
||||
| headers
|
||||
| skip 1
|
||||
| keep-while "Chicken Collection" != "Blue 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