Initial commit
This commit is contained in:
12
vendor/github.com/hyperhq/hypercli/cli/client.go
generated
vendored
Normal file
12
vendor/github.com/hyperhq/hypercli/cli/client.go
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
package cli
|
||||
|
||||
import flag "github.com/hyperhq/hypercli/pkg/mflag"
|
||||
|
||||
// ClientFlags represents flags for the docker client.
|
||||
type ClientFlags struct {
|
||||
FlagSet *flag.FlagSet
|
||||
Common *CommonFlags
|
||||
PostParse func()
|
||||
|
||||
ConfigDir string
|
||||
}
|
||||
Reference in New Issue
Block a user