Skip to main content

default_config_path

Function default_config_path 

Source
pub fn default_config_path() -> PathBuf
Expand 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.