diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/totalrecall/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/totalrecall/main.go b/cmd/totalrecall/main.go index f3a84f9..a3523ce 100644 --- a/cmd/totalrecall/main.go +++ b/cmd/totalrecall/main.go @@ -71,6 +71,7 @@ func runCommand(cmd *cobra.Command, args []string, flags *cli.Flags) error { Theme: flags.StoryTheme, UltraRealistic: storyUltraRealistic(flags.StoryNoUltraRealistic), NarratorVoice: flags.NarratorVoice, + Slug: flags.StorySlug, }) return runner.Run(flags.StoryFile) } |
