Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/139#discussion_r22111025 --- Diff: bin/templates/cordova/lib/run.js --- @@ -49,12 +54,45 @@ var path = require('path'), install_target = '--emulator'; } else if (args[i].substring(0, 9) == '--target=') { install_target = args[i].substring(9, args[i].length); + } else if (args[i] == '--list') { + list = true; } else { console.error('ERROR : Run option \'' + args[i] + '\' not recognized.'); process.exit(2); } } + function displayDevices() { --- End diff -- If you're going to add this, there really should be a JSON output format available.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org