nushell/crates/nu-command/tests
WindSoilder 25b62c2ac3
fix force rm: should suppress error if directory is not found (#11656)
# Description
Fix a breaking change which is introduced by #11621

`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 (#11656) 2024-01-28 09:01:19 -06:00
format_conversions Add self-closed tag support for to xml (#11577) 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. (#11285) 2023-12-15 14:32:37 +08:00