Versions in this module Expand all Collapse all v0 v0.11.0 May 7, 2014 Changes in this version + type Command struct + Args []string + Background bool + Children []*Command + func Parse(src io.Reader) ([]*Command, error) + func (cmd *Command) String() string + type Scanner struct