Versions in this module Expand all Collapse all v1 v1.0.0 Oct 14, 2017 Changes in this version + var ErrUnClosedQuote = errors.New("invalid cmd string: unclosed quote") + func Parse(cmd string) (argv []string, err error) + func ParseSplit(cmd string, split byte) (argv []string, err error)