// WithConfigFile sets a specific configuration file path to load.
// When provided, only this file will be loaded, bypassing the legacy hierarchical loading.
return func(o *loadOptions) {
if configFilePath != "" {
o.configFilePath = configFilePath
}
}
}