worktrunk 0.37.1

A CLI for Git worktree management, designed for parallel AI agent workflows
Documentation
1
2
3
// git-wt binary entry point - delegates to wt's main
// This exists to avoid Cargo's "file found in multiple build targets" warning
include!("main.rs");