nushell/tests/lines.txt

3 lines
142 B
Plaintext
Raw Normal View History

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