2024-06-06 19:00:53 +09:00

6 lines
96 B
JavaScript
Executable File

#!/usr/bin/env node
import {execute} from '@oclif/core'
await execute({dir: import.meta.url})