Skip to content

Commit

Permalink
Merge pull request #4447 from thaJeztah/deprecate_NewStartOptions
Browse files Browse the repository at this point in the history
cli/command/container: deprecate NewStartOptions
  • Loading branch information
thaJeztah authored Jul 19, 2023
2 parents 9b79cba + 298bddc commit 803d4a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cli/command/container/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ type StartOptions struct {
Containers []string
}

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

0 comments on commit 803d4a9

Please sign in to comment.