UNPKG

worktree-tool

Version:

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

15 lines 421 B
import { Command } from "commander"; import { InitOptions } from "../core/types.js"; /** * Validate init command options */ export declare function validateInitOptions(options: InitOptions): void; /** * Execute the init command */ export declare function executeInit(options: InitOptions): Promise<void>; /** * Create the init command */ export declare const initCommand: Command; //# sourceMappingURL=init.d.ts.map