UNPKG

@contentstack/cli-cm-clone

Version:
8 lines (6 loc) 209 B
#!/usr/bin/env node // eslint-disable-next-line unicorn/prefer-top-level-await (async () => { const oclif = await import('@oclif/core'); await oclif.execute({ development: false, dir: __dirname }); })();