mirror of https://github.com/docker/cli.git
cli/flags: remove deprecated CommonOptions, NewCommonOptions
These were deprecated in 3499669e18
, which
is part of docker 23.0, so users should have had a chance to migrate.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
8b418be6d0
commit
aace828bbe
|
@ -1,11 +0,0 @@
|
|||
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
|
Loading…
Reference in New Issue