mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
Update lines.txt
This commit is contained in:
parent
21fea838f5
commit
cd9c1bb247
@ -1,3 +1,3 @@
|
|||||||
cd tests
|
cd tests
|
||||||
open test.toml --raw | lines | skip-while $it != "[dependencies]" | skip 1 | first 1 | split-column "=" | get Column1 | echo $it
|
open test.toml --raw | lines | skip-while $it != "[dependencies]" | skip 1 | first 1 | split-column "=" | get Column1 | trim | echo $it
|
||||||
exit
|
exit
|
Loading…
Reference in New Issue
Block a user