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

@@ -11,9 +11,8 @@ import (
"time"
"kitty/tools/utils"
"kitty/tools/utils/shlex"
"kitty/tools/wcswidth"
"github.com/google/shlex"
)
var _ = fmt.Print