2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-03-05 15:58:17 +00:00
nushell/crates/nu-command/tests
WindSoilder 25b62c2ac3
fix force rm: should suppress error if directory is not found ()
# Description
Fix a breaking change which is introduced by 

`rm -f /tmp/aaa` shouldn't return error if `/tmp/aaa/` doesn't exist.

# User-Facing Changes
NaN

# Tests + Formatting
Done
2024-01-28 09:01:19 -06:00
..
commands fix force rm: should suppress error if directory is not found () 2024-01-28 09:01:19 -06:00
format_conversions Add self-closed tag support for to xml () 2024-01-19 05:35:29 -06:00
main.rs Enforce required, optional, and rest positional arguments start with an uppercase and end with a period. () 2023-12-15 14:32:37 +08:00