UNPKG

@hangtime/grip-connect-cli

Version:
11 lines 341 B
/** * `grip-connect list` -- lists all supported devices and their capabilities. */ import type { Command } from "commander"; /** * Registers the `list` command on the Commander program. * * @param program - The root Commander program. */ export declare function registerList(program: Command): void; //# sourceMappingURL=list.d.ts.map