build_effective_config_from_cli

Function build_effective_config_from_cli 

Source
pub fn build_effective_config_from_cli() -> Result<EffectiveConfig, AppError>
Expand description

Attempts to load global configuration and merge it with CLI arguments to produce an EffectiveConfig. Returns Result<EffectiveConfig, AppError> if successful, or AppError if something goes wrong.