Files
cli/bin/run.js
2024-06-03 21:55:29 -06:00

6 lines
96 B
JavaScript
Executable File

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