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

    https://github.com/apache/cordova-cli/pull/257#discussion_r68633959
  
    --- Diff: src/cli.js ---
    @@ -456,10 +456,13 @@ function cli(inputArgs) {
                     template: false
                 };
     
    -            if (args['link-to'])
    -                wwwCfg.link = true;
    -            else if (args.template)
    +            
    +            if (args.template) {
    +                wwwCfg.template = true;
    +            } else if (args['copy-from']) {
    +                logger.warn('Warning: --copy-from option will be 
deprecated on December 25, 2016');
    --- End diff --
    
    It would be nice to suggest using `--template` instead in the deprecation 
message


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