From 6c69ffa83c1a7f534217e5af643c8bd1b4d2078b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 21 Jan 2026 21:37:57 +0200 Subject: docs: document Bulgarian-Bulgarian batch file format (double equals ==) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update README.md with complete batch file format documentation - Expanded from 3 to 5 supported formats - Added Format 4: Bulgarian-Bulgarian (monolingual) using double equals - Clarified Format 2 as English→Bulgarian with single equals - Noted that bg-bg cards generate two separate audio files - Update CLI help text to show batch file format examples - Added example of double equals syntax - Clarified single equals creates English→Bulgarian cards This closes the documentation gap for the Bulgarian-Bulgarian flashcard feature that was already implemented in the codebase. --- internal/cli/command.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/cli/command.go') diff --git a/internal/cli/command.go b/internal/cli/command.go index 155cb40..bf73221 100644 --- a/internal/cli/command.go +++ b/internal/cli/command.go @@ -29,7 +29,8 @@ Examples: Batch file formats: ябълка # Bulgarian word (will be translated to English) - ябълка = apple # Bulgarian with translation provided + ябълка = apple # English→Bulgarian card (single equals) + ябълка == определение # Bulgarian→Bulgarian card (double equals) = apple # English only (will be translated to Bulgarian)`, Args: cobra.MaximumNArgs(1), Version: internal.Version, -- cgit v1.2.3