File size: 112 Bytes
aec3094
 
 
 
 
 
1
2
3
4
5
6
7
#!/usr/bin/env node

(async () => {
	const oclif = await import('@oclif/core');
	await oclif.execute({});
})();