github.com/sijibomii/docker@v0.0.0-20231230191044-5cf6ca554647/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 }