Reilly Wood 5c2a767987
Better error message for mv when file not found (#8586)
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
   ╰────
```
2023-03-23 11:31:49 -07:00
..
2022-11-22 16:58:11 -08:00
2023-03-15 18:54:55 +13:00
2023-03-15 18:54:55 +13:00
2023-01-22 19:49:40 +01:00
2023-03-15 18:54:55 +13:00
2023-03-15 18:54:55 +13:00
2023-03-15 18:54:55 +13:00
2023-03-15 18:54:55 +13:00
2023-02-16 02:30:56 +00:00
2022-02-17 06:40:24 -05:00
2023-03-15 18:54:55 +13:00
2022-12-22 00:33:26 +02:00
2022-09-11 11:48:27 +03:00
2023-03-17 11:53:46 +13:00
2023-03-15 18:54:55 +13:00
2023-03-15 18:54:55 +13:00
2023-02-27 20:44:05 +13:00
2022-02-07 14:54:06 -05:00
2023-03-17 11:53:46 +13:00
2023-03-15 18:54:55 +13:00
2023-03-15 18:54:55 +13:00
2023-03-15 18:54:55 +13:00
2023-03-15 18:54:55 +13:00
2023-03-18 08:58:13 +13:00
2023-03-15 18:54:55 +13:00
2022-09-11 11:48:27 +03:00
2022-02-07 14:54:06 -05:00
2022-11-09 17:06:47 -08:00
2023-03-15 18:54:55 +13:00
2022-02-07 14:54:06 -05:00
2022-11-27 07:19:02 +13:00
2023-03-17 11:53:46 +13:00
2023-03-15 18:54:55 +13:00
2023-03-15 18:54:55 +13:00
2023-02-27 20:44:05 +13:00
2023-03-17 11:53:46 +13:00
2023-03-17 11:53:46 +13:00
2023-03-15 18:54:55 +13:00