[
https://issues.apache.org/jira/browse/CB-5638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13846992#comment-13846992
]
Josh Soref commented on CB-5638:
--------------------------------
https://github.com/apache/cordova-cli/pull/114
> 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.4#6159)