nushell/tests/toml_roundtrip.txt
2019-06-03 13:26:29 +12:00

4 lines
84 B
Plaintext

cd tests
open test.toml | to-toml | from-toml | select package.name | echo $it
exit