mirror of
https://github.com/nushell/nushell
synced 2024-11-14 00:47:09 +00:00
3 lines
122 B
Text
3 lines
122 B
Text
cd tests
|
|
open test.toml --raw | split-row "\n" | skip 1 | first 1 | split-column "=" | get Column1 | trim | echo $it
|
|
exit
|