UNPKG

ccgwz

Version:

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

5 lines 247 B
import { Command } from 'commander'; import type { CLIOptions } from '../types/index.js'; export declare function createCLIParser(): Command; export declare function parseCLIOptions(args: string[]): CLIOptions; //# sourceMappingURL=parser.d.ts.map