UNPKG

@bluecadet/launchpad-cli

Version:
8 lines 342 B
import { ResultAsync } from "neverthrow"; import type { GlobalLaunchpadArgs } from "../cli.js"; /** * Stop command - Gracefully stop the persistent controller via IPC, * with SIGTERM and SIGKILL fallbacks if IPC fails. */ export declare function stop(argv: GlobalLaunchpadArgs): ResultAsync<void, never>; //# sourceMappingURL=stop.d.ts.map