UNPKG

@adinsure-ops/ops-cli

Version:

Operations CLI for working with AdInsure

7 lines (6 loc) 202 B
#!/usr/bin/env ts-node // eslint-disable-next-line (async () => { const oclif = await import('@oclif/core'); await oclif.execute({ type: 'esm', development: true, dir: import.meta.url }); })();