Skip to content

Commit

Permalink
Merge pull request #4811 from thaJeztah/remove_deprecated_NewStartOpt…
Browse files Browse the repository at this point in the history
…ions

cli/command/container: remove deprecated NewStartOptions
  • Loading branch information
thaJeztah authored Jan 23, 2024
2 parents 1e8555a + 2402dac commit ea84a3f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cli/command/container/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ type StartOptions struct {
Containers []string
}

// NewStartOptions creates a new StartOptions.
//
// Deprecated: create a new [StartOptions] directly.
func NewStartOptions() StartOptions {
return StartOptions{}
}

// NewStartCommand creates a new cobra.Command for `docker start`
func NewStartCommand(dockerCli command.Cli) *cobra.Command {
var opts StartOptions
Expand Down

0 comments on commit ea84a3f

Please sign in to comment.