class Git::Commands::Worktree::List

Lists all worktrees attached to the repository

@example List all worktrees in porcelain format

Git::Commands::Worktree::List.new(execution_context).call(porcelain: true)

@note โ€˜arguments` block audited against

https://git-scm.com/docs/git-worktree/2.54.0

@see Git::Commands::Worktree Git::Commands::Worktree for the full sub-command list

@see git-scm.com/docs/git-worktree git-worktree documentation

@api private