Module config

Module config 

Source
Expand description

Configuration file management and provider settings.

Structs§

ConfigFile
The complete configuration file structure.
ConfigManager
Manages loading and saving configuration files.
CustomStyle
A custom translation style defined by the user.
ProviderConfig
Configuration for a translation provider.
ResolveOptions
Options for resolving configuration.
ResolvedConfig
Resolved configuration after merging CLI arguments and config file.
TlConfig
Default settings in the [tl] section of config.toml.

Functions§

resolve_config
Resolves configuration by merging CLI options with config file settings.