#!/usr/bin/env node /** * Entry point for the Grip Connect CLI. * * Sets up the Commander program with global options, registers all * commands, and handles top-level errors so individual commands never * need to call `process.exit` directly. */ export {}; //# sourceMappingURL=index.d.ts.map