Github user nikhilkh commented on a diff in the pull request:

    https://github.com/apache/cordova-paramedic/pull/4#discussion_r60319977
  
    --- Diff: main.js ---
    @@ -37,6 +39,30 @@ if (pathToParamedicConfig || // --config
             ParamedicConfig.parseFromFile(pathToParamedicConfig):
             ParamedicConfig.parseFromArguments(argv);
     
    +    if(argv.plugin) {
    +        paramedicConfig.setPlugins(argv.plugin);
    +    }
    +
    +    if(argv.outputDir) {
    --- End diff --
    
    Do you assume the outputDir exists? Perhaps you validate somewhere else - 
should you instead validate here?


---
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]

Reply via email to