/** * Code generator — reads the Slack OpenAPI spec and produces Commander.js command files. * * Each top-level API group (chat, conversations, reactions, etc.) becomes one file * in src/commands/{group}.ts with subcommands for each method. * * Hand-authored sections in command files are preserved between * `// BEGIN MANUAL` and `// END MANUAL` markers. * * Usage: npx tsx src/generate.ts */ export {}; //# sourceMappingURL=generate.d.ts.map