Files

6 lines
102 B
JavaScript
Raw Permalink Normal View History

2025-09-08 04:48:28 +08:00
#!/usr/bin/env node
import { execute } from '@oclif/core';
await execute({ dir: import.meta.url });