Update lines.txt

This commit is contained in:
Jonathan Turner 2019-06-18 16:44:38 +12:00 committed by GitHub
parent 21fea838f5
commit cd9c1bb247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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