Str plugin promoted to built-in Nu command.

This commit is contained in:
Andrés N. Robalino
2020-05-26 17:19:18 -05:00
parent 0a6692ac44
commit fe01a223a4
33 changed files with 2112 additions and 1331 deletions

View File

@ -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