@hangtime/grip-connect-cli
Version:
CLI tool for Grip Connect devices
14 lines • 444 B
TypeScript
/**
* `grip-connect watch [device]` -- streams force data indefinitely until
* the user presses Esc.
*
* On exit, prints a summary of peak, mean, sample count, and elapsed time.
*/
import type { Command } from "commander";
/**
* Registers the `watch` command on the Commander program.
*
* @param program - The root Commander program.
*/
export declare function registerWatch(program: Command): void;
//# sourceMappingURL=watch.d.ts.map