mirror of
https://github.com/nushell/nushell.git
synced 2025-05-06 16:02:58 +00:00
* add -p for path expand, so it doesn't follow symlink * fix arg name * rename from no-dereferenct to no-follow-link * rename from no-follow-link to no-symlink, and change short -p to -n * follow strict first * fix * simplify test * fix clippy * fix test on windows