Versions in this module Expand all Collapse all v0 v0.3.11 Aug 20, 2018 Changes in this version + func AddFakeCmd(fakeCmds []fakeexec.FakeCommandAction, expected *ExpectedCmd) []fakeexec.FakeCommandAction + func AddFakeCmdsNoOutputNoError(fakeCmds []fakeexec.FakeCommandAction, commands []string) []fakeexec.FakeCommandAction + type ExpectedCmd struct + Cmd string + Err error + Output string + Stderr string