DockerCLI/vendor/gotest.tools/icmd/ops.go

5 lines
117 B
Go
Raw Normal View History

package icmd
// CmdOp is an operation which modified a Cmd structure used to execute commands
type CmdOp func(*Cmd)