[
https://issues.apache.org/jira/browse/CB-7915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14191480#comment-14191480
]
ASF subversion and git services commented on CB-7915:
-----------------------------------------------------
Commit 0e69d56d7d228b9260e93b960cf9e9ab40e4c4fb in cordova-plugman's branch
refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=0e69d56 ]
CB-7915 - Added tests for nopt
> 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
> 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]