1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-31 18:21:43 +00:00

Add support for wildcards in Windows CMD (#329)

Windows does not support wildcard expansion in cmd, this adds 'wild' crate (as discussed in #309) that handles everything transparently, so wildcards work everywhere.

Fixes #309
This commit is contained in:
Richard Hozák
2018-10-03 22:59:11 +02:00
committed by David Peter
parent 0d71968615
commit b39e28d2c8
4 changed files with 20 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ ansi_colours = "^1.0"
console = "0.6"
directories = "1.0"
lazy_static = "1.0"
wild = "2.0"
[dependencies.git2]
version = "0.7"