Skip to main content

run_worktree_list

Function run_worktree_list 

Source
pub fn run_worktree_list(
    repo: &Path,
    caps: &GitCapabilities,
) -> Result<Vec<WorktreeHandle>, WorktreeError>
Expand description

Run git worktree list --porcelain [-z] and parse the output.