Versions in this module Expand all Collapse all v0 v0.12.4 Jan 17, 2024 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)