@hangtime/grip-connect-cli
Version:
CLI tool for Grip Connect devices
11 lines • 328 B
TypeScript
/**
* `grip-connect tare [device]` -- runs tare (zero) calibration.
*/
import type { Command } from "commander";
/**
* Registers the `tare` command on the Commander program.
*
* @param program - The root Commander program.
*/
export declare function registerTare(program: Command): void;
//# sourceMappingURL=tare.d.ts.map