#!/usr/bin/env node /** * `flexdataset` command-line interface. * * Commands: `validate` (structural + semantic checks), `graph` (dependency DAG * as SVG), and `er` (entity-relationship diagram as SVG). The CLI is a thin * shell over the library; all logic and tests live in the modules it calls. */ export {};