@hangtime/grip-connect-cli
Version:
CLI tool for Grip Connect devices
13 lines • 392 B
TypeScript
/**
* Command registration aggregator.
*
* Imports every command module and wires it onto the root Commander program.
*/
import type { Command } from "commander";
/**
* Registers all CLI commands on the Commander program.
*
* @param program - The root Commander program instance.
*/
export declare function registerCommands(program: Command): void;
//# sourceMappingURL=index.d.ts.map