mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
4 lines
122 B
Plaintext
4 lines
122 B
Plaintext
cd tests
|
|
open test.toml --raw | split-row "\n" | skip 1 | first 1 | split-column "=" | get Column1 | trim | echo $it
|
|
exit
|