pub fn load_with_cli_default_rules(
user_path: Option<&Path>,
default_rules: Option<bool>,
) -> Result<Config, ConfigError>Expand description
Load rule config with explicit CLI precedence for --default-rules.
Some(on|off) wins over the user config flag; None lets the user config
decide and defaults to enabled.