diff options
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 |
