worktree-tool
Version:
A command-line tool for managing Git worktrees with integrated tmux/shell session management
5 lines • 358 B
TypeScript
import { WorktreeConfig } from "../../core/types.js";
import { getLogger } from "../../utils/logger.js";
import { ExecutionMode } from "./base.js";
export declare function createExecutionMode(mode: "window" | "inline" | "background" | "exit", config: WorktreeConfig, logger: ReturnType<typeof getLogger>): ExecutionMode;
//# sourceMappingURL=factory.d.ts.map