Can’t use `.types`
The Readme says:
Vantage is an extension of Vorpal, and so inherits all of its properties and methods.
However, I don’t seem to be able to use vorpal’s types method as specified here:
TypeError: vantage.command(...).description(...).types is not a function
Also, without types (I’m not sure if this is a separate bug), I get vantage’s “Missing required argument” error for totally valid arguments if they happen to be 0:
$ add slot 177sfr 20 00
Missing required argument. Showing Help:
Usage: add slot [options]
[amount]
However, I don’t seem to be able to use vorpal’s types method as specified here
Last released version of vantage (to npm) uses old version of vorpal v1.0.5 which does not have the feature implemented.
Also, without types (I’m not sure if this is a separate bug), I get vantage’s “Missing required argument” error for totally valid arguments if they happen to be 0:
This is a bug. I created separate issue #69 for it.