Versions in this module Expand all Collapse all v0 v0.9.1 Jun 28, 2026 Changes in this version + var ErrUnterminatedQuote = errors.New("unterminated quote") + type Command struct + Args []string + HasOperator bool + Raw string + func Parse(raw string) (Command, error)