mirror of
https://github.com/nushell/nushell.git
synced 2025-05-10 18:02:59 +00:00
* 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