Skip to content

Commit 0a198d2

Browse files
authored
hide --vm-gpu-kind until release (#2834)
1 parent 699c6ed commit 0a198d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/flag/machines.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,6 @@ var VMSizeFlags = Set{
8686
Name: "vm-gpu-kind",
8787
Description: fmt.Sprintf("If set, the GPU model to attach (%v)", strings.Join(validGPUKinds, ", ")),
8888
Aliases: []string{"vm-gpukind"},
89+
Hidden: true,
8990
},
9091
}

0 commit comments

Comments
 (0)