diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-01 19:40:17 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-01 19:40:17 +0300 |
| commit | e264a38e0a92ba451c21e64af2abf2d7fb88f919 (patch) | |
| tree | 4714fc9c824637b365379103fe491455bf921748 /internal/cli/flags.go | |
| parent | 008d6308ecb767df7194aa944328c6ead6473ca5 (diff) | |
z9: fix GUI launch provider propagation
Diffstat (limited to 'internal/cli/flags.go')
| -rw-r--r-- | internal/cli/flags.go | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/internal/cli/flags.go b/internal/cli/flags.go index 9c00051..1e18766 100644 --- a/internal/cli/flags.go +++ b/internal/cli/flags.go @@ -8,20 +8,21 @@ const ( // Flags holds all command-line flag values type Flags struct { // General flags - CfgFile string - OutputDir string - AudioFormat string - ImageAPI string - BatchFile string - SkipAudio bool - SkipImages bool - GenerateAnki bool - AnkiCSV bool - DeckName string - ListModels bool - AllVoices bool - NoAutoPlay bool - Archive bool + CfgFile string + OutputDir string + AudioFormat string + ImageAPI string + ImageAPISpecified bool + BatchFile string + SkipAudio bool + SkipImages bool + GenerateAnki bool + AnkiCSV bool + DeckName string + ListModels bool + AllVoices bool + NoAutoPlay bool + Archive bool // OpenAI flags OpenAIModel string |
