Add worktree list subcommand

This commit is contained in:
2026-03-30 12:35:14 +01:00
parent 7c98b592bc
commit 42e2bac8fb
2 changed files with 20 additions and 7 deletions

View File

@@ -28,6 +28,8 @@ _worktree() {
(cmd)
local commands; commands=(
'add:Create a worktree for a branch'
'list:List managed worktrees'
'ls:List managed worktrees'
'remove:Remove a worktree by branch'
'rm:Remove a worktree by branch'
)