github.com/DaoCloud/dao@v0.0.0-20161212064103-c3dbfd13ee36/cli/flags/client.go (about) 1 package flags 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 }