summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/totalrecall/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/totalrecall/main.go b/cmd/totalrecall/main.go
index 5363190..d6abcf5 100644
--- a/cmd/totalrecall/main.go
+++ b/cmd/totalrecall/main.go
@@ -68,6 +68,7 @@ func runCommand(cmd *cobra.Command, args []string, flags *cli.Flags) error {
ImageTextModel: flags.NanoBananaTextModel,
OutputDir: ".",
Style: flags.StoryStyle,
+ Theme: flags.StoryTheme,
NarratorVoice: flags.NarratorVoice,
})
return runner.Run(flags.StoryFile)