1
0
mirror of https://github.com/nushell/nushell.git synced 2025-05-04 10:04:27 +02:00
nushell/crates/nu-command
Chen1Plus ac12b02437
fix wrong error msg of save command on windows ()
fixes  

# Description

Now,

```nu
"aaa" | save -f ..
```

returns correct error message on windows.

Note that the fix introduces a TOCTOU problem, which only effects the
error message. It won't break any workload.

# User-Facing Changes

The fix won't break any workload.

# Tests + Formatting

I have run tests **only on windows**.

# After Submitting

The fix doesn't need to change documentation.
2025-01-07 07:36:42 +08:00
..
src fix wrong error msg of save command on windows () 2025-01-07 07:36:42 +08:00
tests fix wrong error msg of save command on windows () 2025-01-07 07:36:42 +08:00
Cargo.toml replace regex crate with fancy_regex () 2025-01-01 17:37:50 -06:00
LICENSE Fix rest of license year ranges () 2023-04-04 09:03:29 +12:00
README.md Add top-level crate documentation/READMEs () 2024-07-14 10:10:41 +02:00

This crate contains the majority of our commands

We allow ourselves to move some of the commands in nu-command to nu-cmd-* crates as needed.

Internal Nushell crate

This crate implements components of Nushell and is not designed to support plugin authors or other users directly.