Files
2025-09-08 04:48:28 +08:00

7 lines
112 B
JavaScript
Executable File

#!/usr/bin/env node
(async () => {
const oclif = await import('@oclif/core');
await oclif.execute({});
})();