Versions in this module Expand all Collapse all v1 v1.0.0 Feb 19, 2026 Changes in this version + func Join(splitCommand []string) string + func Quote(s string) string + func Split(s string) ([]string, error) + type Shlex struct + func New(instream io.Reader) *Shlex + func NewString(s string) *Shlex + func (s *Shlex) GetToken() (string, error) + func (s *Shlex) PushToken(tok string) + func (s *Shlex) SetPosix(posix bool) + func (s *Shlex) SetPunctuationChars(chars string)