Expand description
§lingora-cli
This is the command-line interface for Lingora.
§Purpose
lingora-cli non-interactive checks of translation integrity for:
- Local development checks
- Pre-commit hooks
- CI/CD pipelines (see the GitHub Action)
It reports missing translations, redundant keys, and validates dioxus-i18n t!, te!, tid! macro calls in Rust files.
§Installation
cargo +nightly install lingora-cliStructs§
- App
- High-level application context for
lingora-cli. - CliArgs
- Command-line arguments specific to the
lingora-clibinary.
Enums§
- CliError
- Main error type for the
lingora-clibinary. - Output
Mode - Controls the level of output produced by
lingora-cli.