1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-31 07:04:04 +00:00

Fix bat cache --clear not clearing the --target dir if specified

This commit is contained in:
Miles Liu
2022-11-03 10:30:27 +08:00
parent 7c847d84b0
commit e39178b101
4 changed files with 55 additions and 55 deletions

View File

@@ -7,6 +7,8 @@
## Bugfixes
- Fix `bat cache --clear` not clearing the `--target` dir if specified. See #2393 (@miles170)
## Other
- Various bash completion improvements, see #2310 (@scop)