fix: hidden don't works on some files (#188)

like --hidden '*.abc-cba' matches xyz.abc-cba but do not matches 123.xyz.abc-cba
This commit is contained in:
sigoden
2023-03-03 07:15:46 +08:00
committed by GitHub
parent 45f4f5fc58
commit 0e12b285cd
4 changed files with 23 additions and 47 deletions

View File

@@ -43,6 +43,7 @@ alphanumeric-sort = "1.4"
content_inspector = "0.2"
anyhow = "1.0"
chardetng = "0.1"
glob = "0.3.1"
[features]
default = ["tls"]