Skip to main content

git_worktree_manager/cli/
global.rs

1// Global mode (-g) support.
2//
3// Commands that support global mode:
4// - list: show worktrees across all repos
5// - delete: delete worktree from any repo
6// - pr: create PR from any repo
7// - merge: merge worktree from any repo
8// - resume: resume work in any repo
9// - sync: sync worktrees across repos
10// - scan: register repositories
11// - prune: clean stale registry entries
12// - _path: resolve paths across repos