UNPKG

@hangtime/grip-connect-cli

Version:
11 lines 337 B
/** * `grip-connect info [device]` -- shows all available device properties. */ import type { Command } from "commander"; /** * Registers the `info` command on the Commander program. * * @param program - The root Commander program. */ export declare function registerInfo(program: Command): void; //# sourceMappingURL=info.d.ts.map