dir

Function dir 

Source
pub fn dir(dir: impl AsRef<str>) -> Result<PathBuf>
Expand description

Get a directory with respect to the git project root.

ยงErrors

If the current directory is not inside a git repository.