Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
The CLI help text currently doesn't show the option to specify a certain version of plugin via the at sign, for instance:
$ cordova plugin add org.apache.cordova.camera@0.2.8
It would be nice to indicate this in the help text, it currently only shows:
plugin add <SPEC1> [<SPEC2> ...] ..........
[--searchpath <directory>] .....