@bluecadet/launchpad-cli
Version:
CLI for @bluecadet/launchpad utilities
8 lines • 355 B
TypeScript
import { ResultAsync } from "neverthrow";
import { type LoadedConfig } from "../utils/command-utils.js";
/**
* Stop command - Gracefully stop the persistent controller via IPC,
* with SIGTERM and SIGKILL fallbacks if IPC fails.
*/
export declare function stop({ dir, config }: LoadedConfig): ResultAsync<void, never>;
//# sourceMappingURL=stop.d.ts.map