pub fn info(
    repository: PathBuf,
    format: OutputFormat,
    out: impl Write,
    err: impl Write
) -> Result<()>