mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 00:43:33 +01:00
4 lines
150 B
Plaintext
4 lines
150 B
Plaintext
cd tests
|
|
open test.toml --raw | lines | skip-while $it != "[dependencies]" | skip 1 | first 1 | split-column "=" | get Column1 | trim | echo $it
|
|
exit
|