pub async fn root(args: impl Iterator<Item = OsString>) -> Result<()>
Prints the repository root directory.
Returns an error if Git fails, or if args is nonempty.
args