[ 
https://issues.apache.org/jira/browse/CB-7915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14191905#comment-14191905
 ] 

Mark Koudritsky commented on CB-7915:
-------------------------------------

Thanks for catching this. For CLI it probably was a problem, but CLI was using 
nopt@2.2.1 before, so it already had this behavior.


> 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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to