Add worktree list subcommand
This commit is contained in:
@@ -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'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user