Function brane_ctl::utils::resolve_config_path

source ·
pub fn resolve_config_path(
    path: PathBuf,
    config_path: impl AsRef<Path>,
) -> PathBuf
Expand description

Function that resolves the given config path.

Effectively replaces ‘$CONFIG’ by the path given.

§Arguments

  • ``

§Returns

The same path as given, but now resolved.