Files

7 lines
112 B
Plaintext
Raw Permalink Normal View History

2025-09-08 04:48:28 +08:00
#!/usr/bin/env node
(async () => {
const oclif = await import('@oclif/core');
await oclif.execute({});
})();