UNPKG

worktree-tool

Version:

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

9 lines 363 B
import { getLogger } from "../../utils/logger.js"; import { ExecutionContext, ExecutionMode } from "./base.js"; export declare class InlineMode extends ExecutionMode { private logger; constructor(logger: ReturnType<typeof getLogger>); execute(contexts: ExecutionContext[]): Promise<void>; private executeOne; } //# sourceMappingURL=inline.d.ts.map