nushell/tests/toml_roundtrip.txt

4 lines
84 B
Plaintext
Raw Normal View History

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