Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + type LocalCmd struct + func New(command string) *LocalCmd + func (c *LocalCmd) Args(args ...string) *LocalCmd + func (c *LocalCmd) CombinedOutput() (string, error) + func (c *LocalCmd) Env(env ...string) *LocalCmd + func (c *LocalCmd) Output() (string, string, error) + func (c *LocalCmd) Run() error v1.5.0-alpha.1 Dec 29, 2016