pub fn resolve_config_path( path: PathBuf, config_path: impl AsRef<Path>, ) -> PathBuf
Function that resolves the given config path.
Effectively replaces ‘$CONFIG’ by the path given.
The same path as given, but now resolved.