nushell/tests/lines.txt

4 lines
150 B
Text
Raw Normal View History

2019-06-18 03:45:50 +00:00
cd tests
2019-06-18 04:44:38 +00:00
open test.toml --raw | lines | skip-while $it != "[dependencies]" | skip 1 | first 1 | split-column "=" | get Column1 | trim | echo $it
exit