There was an error while loading. Please reload this page.
1 parent 3ac1632 commit d4852d7Copy full SHA for d4852d7
cmd/limactl/editflags/editflags.go
@@ -68,7 +68,7 @@ func registerEdit(cmd *cobra.Command, commentPrefix string) {
68
flags.Bool("video", false, commentPrefix+"Enable video output (has negative performance impact for QEMU)")
69
70
flags.Float32("disk", 0, commentPrefix+"Disk size in GiB") // colima-compatible
71
-_ = cmd.RegisterFlagCompletionFunc("memory", func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective) {
+_ = cmd.RegisterFlagCompletionFunc("disk", func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective) {
72
return []string{"10", "30", "50", "100", "200"}, cobra.ShellCompDirectiveNoFileComp
73
})
74
}
0 commit comments