helpText constant

String const helpText

Implementation

static const String helpText = '''
Usage: llmt [options]

An LLM-powered translation pipeline producing ARB files for Flutter gen-l10n.

Options:
-h, --help            Show this help message and exit
--force               Force re-translation of all keys (bypasses git diff check)
--verify              Run a second-pass QA review on translations
--config <path>       Path to trconfig.yaml (default: ./trconfig.yaml)
--endpoint <url>      LLM API endpoint URL (OpenAI-compatible)
--model <model>       Model name for translation
--verify-model <m>    Model name for verification pass (defaults to translation model)
--api-key <key>       API key for authorization
--env-file <path>     Path to explicit .env file
--only <prefix>       Only translate keys under this top-level YAML subtree
--header "K: V"       Add custom HTTP header (supports {session_id} / {uuid} macro)
''';