nushell/tests/toml_roundtrip.txt

3 lines
81 B
Text
Raw Normal View History

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