Function show

Source
pub fn show(
    repo: Repository,
    pathspecs: Vec<BString>,
    out: impl Write,
    err: impl Write,
    progress: impl NestedProgress + 'static,
    _: Options,
) -> Result<()>