Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59776906 --- Diff: main.js --- @@ -25,7 +25,12 @@ var USAGE = "Error missing args. \n" + "--useTunnel : (optional) use tunneling instead of local address. default is false\n" + "--config : (optional) read configuration from paramedic configuration file\n" + "--reportSavePath: (optional) path to save Junit results file\n" + - "--cleanUpAfterRun: (optional) cleans up the application after the run."; + "--cleanUpAfterRun: (optional) cleans up the application after the run\n" + + "--logPath: (optional) path to store device logs - application path will be used by default\n" + + "--logMins: (optional) Windows only - specifies number of minutes to get logs\n" + + "--appName: (optional) iOS only - specifies the name of the app to be deployed\n" + + "--simulatorsFolder: (optional) iOS only - specifies the path for the simulatorsFolder\n" + + "--tccDbPath: (optional) iOS only - specifies the path for the TCC.db file to be copied."; --- End diff -- Readme.md should be updated as well
--- 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