nushell/tests/open_toml.txt

4 lines
62 B
Plaintext
Raw Normal View History

2019-06-03 03:26:29 +02:00
cd tests
2019-06-05 03:57:16 +02:00
open test.toml | get package.edition | echo $it
2019-06-02 05:37:09 +02:00
exit