pub fn list(
    repo: Repository,
    spec: OsString,
    out: impl Write,
    format: OutputFormat
) -> Result<()>