6 lines
153 B
JavaScript
Executable File

#!/usr/bin/env -S node --loader ts-node/esm --no-warnings
import {execute} from '@oclif/core'
await execute({development: true, dir: import.meta.url})