Skip to main content

print_tree

Function print_tree 

Source
pub fn print_tree(
    repo: &Repository,
    tree_oid: Oid,
    format: OutputFormat,
) -> Result<(), Box<dyn Error>>
Expand description

Print a tree according to the requested output format.