blob: cc7309db4bf6bf0bdcb346c95ce31d97743512a4 [file] [log] [blame]
package flags
import flag "github.com/docker/docker/pkg/mflag"
// ClientFlags represents flags for the docker client.
type ClientFlags struct {
FlagSet *flag.FlagSet
Common *CommonFlags
PostParse func()
ConfigDir string
}