mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 23:49:48 +02:00
Unified path expansion under new module and better canonicalize (#1571)
* New 'path' module under nu-cli. Added normalize and canonicalize method. Added some unit tests. * Replace old usages of normalize and canonicalize. * Fix reading symlinks and existence logic. * Better explained
This commit is contained in:
committed by
GitHub
parent
c0dda36217
commit
18dd009ca8
@@ -17,6 +17,7 @@ mod evaluate;
|
||||
mod format;
|
||||
mod futures;
|
||||
mod git;
|
||||
mod path;
|
||||
mod shell;
|
||||
mod stream;
|
||||
mod utils;
|
||||
|
Reference in New Issue
Block a user