#!/usr/bin/env node /** * CLI entry point * * This file is the executable entry point that parses command-line arguments. * The actual CLI implementation is in src/index.ts */ export {}; //# sourceMappingURL=ya-modbus.d.ts.map