@hangtime/grip-connect-cli
Version:
CLI tool for Grip Connect devices
11 lines • 337 B
TypeScript
/**
* `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