Github user sarangan12 commented on a diff in the pull request:
https://github.com/apache/cordova-paramedic/pull/4#discussion_r61334214
--- Diff: lib/ParamedicConfig.js ---
@@ -36,8 +36,10 @@ ParamedicConfig.parseFromArguments = function (argv) {
startPort: argv.startport || argv.port,
endPort: argv.endport || argv.port,
externalServerUrl: argv.externalServerUrl,
- reportSavePath: !!argv.reportSavePath? argv.reportSavePath:
undefined,
- cleanUpAfterRun: !!argv.cleanUpAfterRun? true: false
+ outputDir: !!argv.outputDir? argv.outputDir: null,
+ cleanUpAfterRun: !!argv.cleanUpAfterRun? true: false,
+ logMins: !!argv.logMins? argv.logMins: null,
--- End diff --
We are initializing it in paramedic.js
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]