2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-18 15:08:33 +00:00
nushell/crates/nu-command/tests/commands/path
WindSoilder 0f10d984c3
add -n for path expand, so it doesn't follow symlink ()
* 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
2022-08-10 08:43:56 -05:00
..
basename.rs Strip trailing whitespace in files () 2022-02-21 08:38:15 -05:00
dirname.rs Strip trailing whitespace in files () 2022-02-21 08:38:15 -05:00
exists.rs make path exists work on expanded path () 2022-06-26 06:55:55 -05:00
expand.rs add -n for path expand, so it doesn't follow symlink () 2022-08-10 08:43:56 -05:00
join.rs Fix path join on streams () 2022-03-26 07:46:48 +13:00
mod.rs Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
parse.rs refactor: change column names from 'Column*' to 'column*' () 2022-02-19 19:26:47 -05:00
split.rs let a simple last be a single value () 2022-04-01 23:12:31 +13:00
type_.rs fixed some more tests () 2022-02-22 11:32:29 -05:00