load_config

Function load_config 

Source
pub fn load_config() -> (Config, Option<UnifiedConfig>, Vec<String>)
Expand description

Load configuration with the unified approach.

This function loads configuration from the unified config file (~/.config/ralph-workflow.toml) and applies environment variable overrides.

ยงReturns

Returns a tuple of (Config, Vec<String>) where the second element contains any deprecation warnings to be displayed to the user.