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

@@ -7,7 +7,7 @@ import (
"strconv"
"strings"
"github.com/google/shlex"
"kitty/tools/utils/shlex"
)
type escape_code interface {