mirror of
https://github.com/nushell/nushell.git
synced 2025-07-13 12:56:22 +02:00
# Description This pr is going to use `pathdiff::diff_path`, so we don't need to handle for relative path by ourselves. This is also the behavior before the rewritten of run_external.rs It's a follow up to https://github.com/nushell/nushell/pull/13028 # User-Facing Changes NaN # Tests + Formatting No need to add tests