MCPcopy Create free account
hub / github.com/EvilFreelancer/openapi-to-cli / main

Function main

src/cli.ts:841–846  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

839}
840
841function main(): void {
842 run(process.argv.slice(2)).catch((err) => {
843 console.error(err.message ?? err);
844 process.exit(1);
845 });
846}
847
848if (require.main === module) {
849 main();

Callers 1

cli.tsFile · 0.70

Calls 1

runFunction · 0.85

Tested by

no test coverage detected