Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
841
function
main(): void {
842
run(process.argv.slice(2)).catch((err) => {
843
console.error(err.message ?? err);
844
process.exit(1);
845
});
846
}
847
848
if
(require.main === module) {
849
main();
Callers
1
cli.ts
File · 0.70
Calls
1
run
Function · 0.85
Tested by
no test coverage detected