mirror of
https://github.com/nushell/nushell.git
synced 2024-12-03 22:06:54 +01:00
3 lines
142 B
Plaintext
3 lines
142 B
Plaintext
|
cd tests
|
||
|
open test.toml --raw | lines | skip-while $it != "[dependencies]" | skip 1 | first 1 | split-column "=" | get Column1 | echo $it
|
||
|
exit
|