UNPKG

@platformos/pos-cli

Version:
10 lines (7 loc) 250 B
#!/usr/bin/env node import { program } from '../lib/program.js'; program.showHelpAfterError(); program .name('pos-cli test') .command('run <environment> [name]', 'run tests on instance (all tests if name not provided)') .parse(process.argv);