mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
5c2a767987
Closes #8546. ### Before: ``` > mv foo.txt bar.txt Error: × Invalid file or pattern ╭─[entry #2:1:1] 1 │ mv foo.txt bar.txt · ───┬─── · ╰── invalid file or pattern ╰──── ``` ### After: ``` > mv foo.txt bar.txt Error: × File(s) not found ╭─[entry #2:1:1] 1 │ mv foo.txt bar.txt · ───┬─── · ╰── could not find any files matching this glob pattern ╰──── ``` |
||
---|---|---|
.. | ||
commands | ||
format_conversions | ||
main.rs |