github.com/mheon/docker@v0.11.2-0.20150922122814-44f47903a831/cli/client.go (about) 1 package cli 2 3 import flag "github.com/docker/docker/pkg/mflag" 4 5 // ClientFlags represents flags for the docker client. 6 type ClientFlags struct { 7 FlagSet *flag.FlagSet 8 Common *CommonFlags 9 PostParse func() 10 11 ConfigDir string 12 }