Files
buildx/vendor/github.com/docker/cli/cli/flags/options_deprecated.go
T
2022-12-05 17:03:47 +01:00

12 lines
291 B
Go

package flags
// CommonOptions are options common to both the client and the daemon.
//
// Deprecated: use [ClientOptions].
type CommonOptions = ClientOptions
// NewCommonOptions returns a new CommonOptions
//
// Deprecated: use [NewClientOptions].
var NewCommonOptions = NewClientOptions