blob: 6a82eb52a57c843fb39dd521ddf4c45e6113b795 [file] [log] [blame]
package cli
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
}