Documentation ¶ Index ¶ func ArgsAfterBinary(example string) ([]string, error) func Split(s string) ([]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ArgsAfterBinary ¶ func ArgsAfterBinary(example string) ([]string, error) ArgsAfterBinary returns every token after the leading binary name. func Split ¶ func Split(s string) ([]string, error) Split tokenizes the simple command examples the Printing Press emits in README/SKILL narrative. It preserves double-quoted tokens and backslash escapes, but intentionally does not perform shell expansion. Types ¶ This section is empty. Source Files ¶ View all Source files shellargs.go Click to show internal directories. Click to hide internal directories.