mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
@ -22,7 +22,7 @@ mod simple {
|
||||
r#"
|
||||
open key_value_separated_arepa_ingredients.txt
|
||||
| lines
|
||||
| each { echo $it | parse "{Name}={Value}" }
|
||||
| each { |it| echo $it | parse "{Name}={Value}" }
|
||||
| flatten
|
||||
| get 1
|
||||
| get Value
|
||||
|
Reference in New Issue
Block a user