You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { generateZodScriptInitialiser } from "./utils/generateZodScriptInitialiser.js";
// Define CLI
const program = new Command()
.summary("generate combined zod files for pf2ools-schema")
.description(
"Generates a TypeScript index file from recognised metafile, content, and combined datatypes. All `.ts` files in a directory are included, even if they aren't zod declarations. A schema export is assumed to have the same name as its file, plus a possible prepended underscore.",