UNPKG

@hangtime/grip-connect-cli

Version:
11 lines 346 B
/** * `grip-connect download [device]` -- exports session data to a file. */ import type { Command } from "commander"; /** * Registers the `download` command on the Commander program. * * @param program - The root Commander program. */ export declare function registerDownload(program: Command): void; //# sourceMappingURL=download.d.ts.map