run.js 102 B

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