mirror of https://github.com/docker/cli.git
5 lines
117 B
Go
5 lines
117 B
Go
|
package icmd
|
||
|
|
||
|
// CmdOp is an operation which modified a Cmd structure used to execute commands
|
||
|
type CmdOp func(*Cmd)
|