pub fn get_worktree_status_table(
    repo: &RepoHandle,
    directory: &Path
) -> Result<(impl Display, Vec<String>), String>