mirror of
https://github.com/nushell/nushell
synced 2025-01-13 13:49:21 +00:00
Update lines.txt
This commit is contained in:
parent
21fea838f5
commit
cd9c1bb247
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
cd tests
|
||||
open test.toml --raw | lines | skip-while $it != "[dependencies]" | skip 1 | first 1 | split-column "=" | get Column1 | echo $it
|
||||
exit
|
||||
open test.toml --raw | lines | skip-while $it != "[dependencies]" | skip 1 | first 1 | split-column "=" | get Column1 | trim | echo $it
|
||||
exit
|
||||
|
|
Loading…
Reference in a new issue