Merge pull request #2 from mattn/use-getwild

resolve wildcard on Windows
This commit is contained in:
itchyny 2020-01-08 13:32:10 +09:00 committed by GitHub
commit a94029d13d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View file

@ -10,6 +10,7 @@ import (
"runtime"
"strings"
_ "github.com/mattn/getwild"
"github.com/mattn/go-tty"
"github.com/itchyny/mmv"