UNPKG

@qigy/run

Version:

A collection of tools capable of executing complex commands through their abbreviation.

6 lines (4 loc) 141 B
#! /usr/bin/env node const handler = require('../src/cli'); const [, , type = '', ...options] = process.argv; handler[type](type, options);