nushell/crates/nu-command/tests
Braulio Valdivielso Martínez fb197f562a
save --append: create file if it doesn't exist (#4156)
* 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
..
commands save --append: create file if it doesn't exist (#4156) 2021-11-26 12:27:41 -06:00
format_conversions from xlsx/ods: Add parameter --sheets (#3600) 2021-06-10 07:44:24 -05:00
main.rs nu-cli: Remove crates not needed. (#3716) 2021-06-30 17:47:56 -05:00