We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b79cba + 298bddc commit 803d4a9Copy full SHA for 803d4a9
1 file changed
cli/command/container/start.go
@@ -27,7 +27,9 @@ type StartOptions struct {
27
Containers []string
28
}
29
30
-// NewStartOptions creates a new StartOptions
+// NewStartOptions creates a new StartOptions.
31
+//
32
+// Deprecated: create a new [StartOptions] directly.
33
func NewStartOptions() StartOptions {
34
return StartOptions{}
35
0 commit comments