UNPKG

ccgwz

Version:

Claude Code Git Worktree Zellij - CLI tool for parallel development with git worktrees and Claude Code in zellij panes

4 lines 301 B
import type { BranchInfo } from '../types/index.js'; export declare function promptForBranches(paneCount: number, projectName: string, existingBranches?: string[]): Promise<BranchInfo[]>; export declare function showPlannedWorktrees(branches: BranchInfo[]): void; //# sourceMappingURL=prompts.d.ts.map