mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 06:30:17 +02:00
Split split command to sub commands.
This commit is contained in:
@@ -10,7 +10,7 @@ fn lines() {
|
||||
| skip-while $it != "[dependencies]"
|
||||
| skip 1
|
||||
| first 1
|
||||
| split-column "="
|
||||
| split column "="
|
||||
| get Column1
|
||||
| trim
|
||||
| echo $it
|
||||
|
Reference in New Issue
Block a user