@bluecadet/launchpad-cli
Version:
CLI for @bluecadet/launchpad utilities
8 lines • 342 B
TypeScript
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