[
https://issues.apache.org/jira/browse/CB-7915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah resolved CB-7915.
----------------------------------
Resolution: Fixed
Assignee: Shazron Abdullah
> Upgrading "nopt" to 3.0.1 breaks plugman interface
> --------------------------------------------------
>
> Key: CB-7915
> URL: https://issues.apache.org/jira/browse/CB-7915
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugman
> Reporter: Shazron Abdullah
> Assignee: Shazron Abdullah
> Priority: Blocker
>
> Upgrading "nopt" to 3.0.1 breaks command line parsing. Reverting to 1.0.9
> fixes this.
> For example:
> {code}
> plugman create --name Foobar --plugin_id Foobar.id --plugin_version 0.1.1
> {code}
> The parser treats the value of the three variables as "true" (since they
> 'exist' but have no value). With nopt 3.0.1, to assign the variables, you
> would need to have an assignment using the "=" operator:
> {code}
> plugman create --name=Foobar --plugin_id=Foobar.id --plugin_version=0.1.1
> {code}
> Doing this however, breaks the interface.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]