mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 01:08:10 +02:00
Import the google shlex package as we need more sophisticated parsing
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/google/shlex"
|
||||
"kitty/tools/utils/shlex"
|
||||
)
|
||||
|
||||
type escape_code interface {
|
||||
|
||||
Reference in New Issue
Block a user