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 3bc63b6 commit 2dc4103Copy full SHA for 2dc4103
cmd/limactl/editflags/editflags.go
@@ -82,7 +82,7 @@ func RegisterCreate(cmd *cobra.Command, commentPrefix string) {
82
})
83
84
flags.String("containerd", "", commentPrefix+"containerd mode (user, system, user+system, none)")
85
- _ = cmd.RegisterFlagCompletionFunc("vm-type", func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective) {
+ _ = cmd.RegisterFlagCompletionFunc("containerd", func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective) {
86
return []string{"user", "system", "user+system", "none"}, cobra.ShellCompDirectiveNoFileComp
87
88
0 commit comments