#!/usr/bin/env node /** * cli.ts — Terminal entry point. * * Usage: * doc-lok [mode] [options] * * Modes: * (default) Condense — replace unchanged links with markers. * --restore Inflate — replace markers back with original links. * * Prints the resulting Markdown to stdout. Diagnostics are written to * stderr so they never pollute piped output. */ export {}; //# sourceMappingURL=cli.d.ts.map