1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-15 22:05:51 +02:00
Files
Braulio Valdivielso Martínez fb197f562a save --append: create file if it doesn't exist ()
* have save --append create file if not exists

Currently, doing:

echo a | save --raw --append file.txt

will fail if file.txt does not exist. This PR changes that

* test that `save --append` will create new file
2021-11-26 12:27:41 -06:00
..