mirror of
https://github.com/danbulant/nushell
synced 2026-06-10 18:20:25 +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 |
||
|---|---|---|
| .. | ||
| env | ||
| evaluate | ||
| filesystem | ||
| plugin | ||
| shell | ||
| types | ||
| call_info.rs | ||
| command_args.rs | ||
| config_holder.rs | ||
| documentation.rs | ||
| evaluation_context.rs | ||
| example.rs | ||
| from_value.rs | ||
| lib.rs | ||
| maybe_text_codec.rs | ||
| print.rs | ||
| script.rs | ||
| types.rs | ||
| whole_stream_command.rs | ||