nushell/tests/open_toml.txt

4 lines
65 B
Plaintext
Raw Normal View History

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