6 lines
96 B
JavaScript
Executable File

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