Versions in this module Expand all Collapse all v1 v1.1.10 Dec 12, 2023 Changes in this version + func BuildEnvs(env []string) map[string]string + func EqualEnvKeys(from, to string) bool + type Lex struct + RawEscapes bool + RawQuotes bool + SkipProcessQuotes bool + SkipUnsetEnv bool + func NewLex(escapeToken rune) *Lex + func (s *Lex) ProcessWord(word string, env []string) (string, error) + func (s *Lex) ProcessWordWithMap(word string, env map[string]string) (string, error) + func (s *Lex) ProcessWordWithMatches(word string, env map[string]string) (string, map[string]struct{}, error) + func (s *Lex) ProcessWords(word string, env []string) ([]string, error) + func (s *Lex) ProcessWordsWithMap(word string, env map[string]string) ([]string, error)