git-worktree-manager 0.0.1

CLI tool integrating git worktree with AI coding assistants
Documentation
1
2
3
4
5
// Dynamic shell completions using clap_complete.
//
// Provides ArgValueCompleter-based dynamic completions for branch names,
// preset names, and terminal options.
// TODO: Phase 4 — implement dynamic completions with clap_complete v4.5+ ArgValueCompleter