nushell/crates/nu-command
Ian Manske 3966c0a9fd
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-17 07:30:15 +08:00
..
src Fix rm path handling (#11064) 2023-11-17 07:30:15 +08:00
tests Fix rm path handling (#11064) 2023-11-17 07:30:15 +08:00
Cargo.toml allow parsing of human readable datetimes (#11051) 2023-11-15 17:43:37 -06:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00