mirror of
https://github.com/nushell/nushell
synced 2024-12-31 23:39:00 +00:00
3 lines
No EOL
142 B
Text
3 lines
No EOL
142 B
Text
cd tests
|
|
open test.toml --raw | lines | skip-while $it != "[dependencies]" | skip 1 | first 1 | split-column "=" | get Column1 | echo $it
|
|
exit |