pub fn display_tree(root: &Path, config: &TreeConfig) -> Result<(), Error>
Display the file tree to stdout
Returns an error if the path cannot be read.