UNPKG

@bemedev/cli-test

Version:

A library for testing CLI libraries (INCEPTION !!)

7 lines (5 loc) 150 B
#!/usr/bin/env node import { run } from 'cmd-ts'; import { cli } from './cli.js'; run(cli, process.argv.slice(2)); //# sourceMappingURL=index.js.map