nushell/crates/nu-command
Stefan Stanciulescu bee5ba3deb
Fix ls relative path and erroring on fake dir (#697)
* Switch to short-names when the path is a relative_path (a dir) and exit with an error if the path does not exist

* Remove debugging print line

* Show relative filenames... It does not work yet for ls ../

* Try something else to fix relative paths... it works, but the ../ code part is not very pretty

* Add canonicalize check and remove code clones

* Fix the canonicalize_with issue pointed out by kubouch. Not sure the prefix_str is what kubouch suggested

* Fix the canonicalize_with issue pointed out by kubouch. Not sure the prefix_str is what kubouch suggested
2022-01-15 12:30:39 +02:00
..
assets To html and to md (#453) 2021-12-09 19:16:35 -06:00
src Fix ls relative path and erroring on fake dir (#697) 2022-01-15 12:30:39 +02:00
build.rs Port version (#467) 2021-12-11 14:08:17 -06:00
Cargo.toml Add nu-system and rewrite ps command (#734) 2022-01-14 17:20:53 +11:00