nushell/crates/nu-command
Ian Manske b8e9293c45 Fix rm path handling (#11064)
# Description
Fixes issue #11061 where `rm` fails to find a file after a `cd`. It
looks like the new glob functions do not return absolute file paths
which we forgot to account for.

# Tests
Added a test (fails on current main, but passes with this PR).

---------

Co-authored-by: Jakub Žádník <kubouch@gmail.com>
2023-11-18 17:57:49 +01:00
..
src Fix rm path handling (#11064) 2023-11-18 17:57:49 +01:00
tests Fix rm path handling (#11064) 2023-11-18 17:57:49 +01:00
Cargo.toml Bump version for 0.87.0 release (#11031) 2023-11-14 21:01:19 +01:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00