mirror of
https://github.com/sharkdp/bat
synced 2026-07-26 17:31:42 +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:
committed by
David Peter
parent
0d71968615
commit
b39e28d2c8
@@ -16,6 +16,7 @@ extern crate console;
|
||||
extern crate directories;
|
||||
extern crate git2;
|
||||
extern crate syntect;
|
||||
extern crate wild;
|
||||
|
||||
mod app;
|
||||
mod assets;
|
||||
|
||||
Reference in New Issue
Block a user