We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699c6ed commit 0a198d2Copy full SHA for 0a198d2
internal/flag/machines.go
@@ -86,5 +86,6 @@ var VMSizeFlags = Set{
86
Name: "vm-gpu-kind",
87
Description: fmt.Sprintf("If set, the GPU model to attach (%v)", strings.Join(validGPUKinds, ", ")),
88
Aliases: []string{"vm-gpukind"},
89
+ Hidden: true,
90
},
91
}
0 commit comments