Abel Muiño created CB-5352:
------------------------------
Summary: <info> section of the plugin is not displayed during
cordova plugin add
Key: CB-5352
URL: https://issues.apache.org/jira/browse/CB-5352
Project: Apache Cordova
Issue Type: Improvement
Components: CLI
Affects Versions: 3.1.0
Reporter: Abel Muiño
I was expecting the {{<info>}} section to be displayed during install, so the
user can take appropriate actions, but this is the output:
{code}
$ cordova -v
3.1.0-0.2.0
$ cordova plugin add https://github.com/amuino/cordova-actionsheet
Fetching plugin from "https://github.com/amuino/cordova-actionsheet"...
Starting installation of "com.phonegap.plugins.actionsheet" for android
Preparing android project
com.phonegap.plugins.actionsheet installed on android.
Starting installation of "com.phonegap.plugins.actionsheet" for ios
Preparing ios project
com.phonegap.plugins.actionsheet installed on ios.
{code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)