pub fn load_from_path(path: &Path) -> ConfigLoadResultExpand description
Loads configuration from the specified path.
Returns a ConfigLoadResult containing:
- The parsed configuration (or default on error)
- The path that was used
- Any error that occurred
Note: This function sets explicit_path to false. Use load_config for
proper handling of explicit vs. default paths.