github.com/slava-ustovytski/docker@v1.8.2-rc1/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  }