nushell/tests/open_toml.txt

4 lines
62 B
Text
Raw Normal View History

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