UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

7 lines (6 loc) 150 B
var argv = process.argv.slice(2); require('..').Cmd() .name('bla') .title('Bla bla bla') .helpful() .run(argv.length? argv : ['-h']);