UNPKG

@bluecadet/launchpad-cli

Version:
6 lines 304 B
import { ResultAsync } from "neverthrow"; import type { GlobalLaunchpadArgs } from "../cli.js"; export declare function status(argv: GlobalLaunchpadArgs & { watch?: boolean; }): ResultAsync<void | import("@bluecadet/launchpad-utils/types").StatusSnapshot, never>; //# sourceMappingURL=status.d.ts.map