UNPKG

worktree-tool

Version:

A command-line tool for managing Git worktrees with integrated tmux/shell session management

10 lines 244 B
import { Command } from "commander"; /** * Create and configure the CLI program */ export declare function createProgram(): Command; /** * Main program instance */ export declare const program: Command; //# sourceMappingURL=program.d.ts.map