mirror of
https://github.com/nushell/nushell.git
synced 2025-06-10 20:16:48 +02:00
Previously, we weren't expanding `~`, so `std::fs::metadata` was failing. We now make use of `PathSuggestion` to get the actual path, as represented by a `PathBuf`.