hi,
> Command
> + isValid(options: Options):boolean
> + getDescription():String
> + execute(options:Options):void
> + getPrimaryOption():Option
>
> Each command has a primaryOption which uniquely identifies the command from
> the command line. For example, if you have a command which scale
I've been using CLI 1 for a while and I noticed that there's been renewed
interest in developing CLI2. I was wondering how people are currently using
CLI, and whether I'm using it properly?
Most of the command line apps that I've developed do more than one thing.
In order to make it easier to plu