From 4727a188102d8166e4acabc4fd62863245e6cdce Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 1 Apr 2026 20:14:03 +0300 Subject: z8: preserve Nano Banana CLI precedence --- cmd/totalrecall/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cmd') diff --git a/cmd/totalrecall/main.go b/cmd/totalrecall/main.go index c0bd142..d719be5 100644 --- a/cmd/totalrecall/main.go +++ b/cmd/totalrecall/main.go @@ -27,6 +27,7 @@ func main() { // Set the run function rootCmd.RunE = func(cmd *cobra.Command, args []string) error { + cli.MarkExplicitFlagValues(cmd, flags) return runCommand(cmd, args, flags) } @@ -60,8 +61,6 @@ func runCommand(cmd *cobra.Command, args []string, flags *cli.Flags) error { fmt.Printf("Note: Using image size 1024x1024 for DALL-E 3 (use --openai-image-size to override)\n") } - flags.ImageAPISpecified = cmd.Flags().Changed("image-api") - // Create processor proc := processor.NewProcessor(flags) -- cgit v1.2.3