diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-22 15:58:40 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-22 15:58:40 +0300 |
| commit | 0ccc8073852895996ed70c4b2a86c460e3a3ddae (patch) | |
| tree | f89e1b1bf20e551c1cce0ca745c5d29a247737d9 /cmd | |
| parent | 664c7d300c4a9326e5aebbd84a20cee5af829a0b (diff) | |
Remove weak comic style presets
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/comicforge/cli.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/comicforge/cli.go b/cmd/comicforge/cli.go index 168395b..d3141bf 100644 --- a/cmd/comicforge/cli.go +++ b/cmd/comicforge/cli.go @@ -168,8 +168,6 @@ func runCommand(ctx context.Context, cmd *cobra.Command, deps commandDeps, flags CartoonStyles: cfg.Styles.Cartoon, Action90sStyles: cfg.Styles.Action90s, MangaStyles: cfg.Styles.Manga, - CyberpunkStyles: cfg.Styles.Cyberpunk, - GoldenAgeStyles: cfg.Styles.GoldenAge, HorrorStyles: cfg.Styles.Horror, WatercolorStyles: cfg.Styles.Watercolor, Theme: flags.theme, @@ -224,8 +222,6 @@ func runPromptCommand(ctx context.Context, cmd *cobra.Command, deps commandDeps, CartoonStyles: cfg.Styles.Cartoon, Action90sStyles: cfg.Styles.Action90s, MangaStyles: cfg.Styles.Manga, - CyberpunkStyles: cfg.Styles.Cyberpunk, - GoldenAgeStyles: cfg.Styles.GoldenAge, HorrorStyles: cfg.Styles.Horror, WatercolorStyles: cfg.Styles.Watercolor, Theme: flags.theme, |
