nushell/tests/toml_roundtrip.txt

3 lines
81 B
Plaintext
Raw Normal View History

2019-06-03 02:37:16 +02:00
open tests\test.toml | to-toml | from-toml | select package.name | echo $it
exit