You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd.Flags().String(sourceIdFlag, "", "ID of the source from which a backup should be created")
131
-
cmd.Flags().String(sourceTypeFlag, "", "Source type of the backup (volume or snapshot)")
133
+
cmd.Flags().Var(flags.EnumFlag(false, "", sourceTypeFlagOptions...), sourceTypeFlag, fmt.Sprintf("Source type of the backup, one of %q", sourceTypeFlagOptions))
132
134
cmd.Flags().String(nameFlag, "", "Name of the backup")
133
135
cmd.Flags().StringToString(labelsFlag, nil, "Key-value string pairs as labels")
0 commit comments