Import the google shlex package as we need more sophisticated parsing

This commit is contained in:
Kovid Goyal
2022-11-10 17:39:07 +05:30
parent 7c23536bfe
commit 8d76cf8d32
8 changed files with 521 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ import (
"strings"
"testing"
"github.com/google/shlex"
"kitty/tools/utils/shlex"
)
var _ = fmt.Print