vvakame / commandpost

command line option parser for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose models to import

cdibbs opened this issue · comments

Could you please expose the Command (and any other publicly-usable model) to import? I wouldn't mind something like this:

import * as cp from 'commandpost';

setupOneCmd(): cp.Command {
  // make and return a cp.Command
}

Thanks!

sorry for late response.
I just released v1.2.0. please check it.