pub fn default_config_path() -> PathBufExpand description
The conventional config file location: drep.toml in the current directory.
Hardcoded to “drep.toml” in cwd by design: drep init writes this exact
path, so changing it here would break the contract with the init command.