git_loud

Function git_loud 

Source
pub async fn git_loud<S, I>(args: I) -> Result<String>
where I: IntoIterator<Item = S>, S: AsRef<OsStr>,
Expand description

Runs Git, printing the command and its stdout. Primarily useful for debugging.

ยงErrors

Returns an error if the git command fails.