root

Function root 

Source
pub async fn root(args: impl Iterator<Item = OsString>) -> Result<()>
Expand description

Prints the repository root directory.

ยงErrors

Returns an error if Git fails, or if args is nonempty.