mirror of
https://github.com/nushell/nushell
synced 2024-11-15 01:17:07 +00:00
643b532537
* Fixed mv not throwing error when the source path was invalid * Fixed failing test * Fixed another lint error * Fix $PATH conflicts in .gitpod.Dockerfile (#1349) - Use the correct user for gitpod Dockerfile. - Remove unneeded packages (curl, rustc) from gitpod Dockerfile. * Added test to check for the error * Fixed linting error * Fixed mv not moving files on Windows. (#1342) Move files correctly in windows. * Fixed mv not throwing error when the source path was invalid * Fixed failing test * Fixed another lint error * Added test to check for the error * Fixed linting error * Changed error message * Typo and fixed test Co-authored-by: Sean Hellum <seanhellum45@gmail.com> |
||
---|---|---|
.. | ||
append.rs | ||
calc.rs | ||
cd.rs | ||
compact.rs | ||
cp.rs | ||
default.rs | ||
edit.rs | ||
enter.rs | ||
first.rs | ||
format.rs | ||
get.rs | ||
group_by.rs | ||
histogram.rs | ||
insert.rs | ||
last.rs | ||
lines.rs | ||
ls.rs | ||
mkdir.rs | ||
mod.rs | ||
mv.rs | ||
nth.rs | ||
open.rs | ||
parse.rs | ||
pick.rs | ||
prepend.rs | ||
range.rs | ||
reverse.rs | ||
rm.rs | ||
save.rs | ||
sort_by.rs | ||
split_by.rs | ||
split_column.rs | ||
uniq.rs | ||
where_.rs | ||
wrap.rs |