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