[
https://issues.apache.org/jira/browse/CB-5638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Grieve resolved CB-5638.
-------------------------------
Resolution: Fixed
Fixed in 3.4.0-rc.1-dev
> remove unreachable info case from function CLI(inputArgs)
> ---------------------------------------------------------
>
> Key: CB-5638
> URL: https://issues.apache.org/jira/browse/CB-5638
> Project: Apache Cordova
> Issue Type: Bug
> Components: CLI
> Affects Versions: 3.3.0
> Reporter: Josh Soref
> Assignee: Josh Soref
> Priority: Trivial
>
> var tokens = inputArgs.slice(2),
> ...
> cmd = tokens && tokens.length ? tokens.splice(0,1) : undefined;
> ...
> if (cmd === "info") {
> return cordova.info();
> }
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)