Skip to content

Commit 803d4a9

Browse files
authored
Merge pull request #4447 from thaJeztah/deprecate_NewStartOptions
cli/command/container: deprecate NewStartOptions
2 parents 9b79cba + 298bddc commit 803d4a9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cli/command/container/start.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ type StartOptions struct {
2727
Containers []string
2828
}
2929

30-
// NewStartOptions creates a new StartOptions
30+
// NewStartOptions creates a new StartOptions.
31+
//
32+
// Deprecated: create a new [StartOptions] directly.
3133
func NewStartOptions() StartOptions {
3234
return StartOptions{}
3335
}

0 commit comments

Comments
 (0)