[ 
https://issues.apache.org/jira/browse/CB-9858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16509665#comment-16509665
 ] 

ASF GitHub Bot commented on CB-9858:
------------------------------------

dpogue closed pull request #87: CB-9858 added --fetch option to plugman
URL: https://github.com/apache/cordova-plugman/pull/87
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/main.js b/main.js
index 1a9c8cb..600faa1 100755
--- a/main.js
+++ b/main.js
@@ -54,6 +54,8 @@ var known_opts = { 'platform' : [ 'ios', 'osx', 'android', 
'amazon-fireos', 'bla
         , 'www': path
         , 'searchpath' : [path, Array]
         , 'browserify': Boolean
+        , 'fetch': Boolean
+        , 'save': Boolean
 }, shortHands = { 'var' : ['--variable'], 'v': ['--version'], 'h': ['--help'] 
};
 
 var cli_opts = nopt(known_opts, shortHands);


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Implement Cordova Fetch Proposal
> --------------------------------
>
>                 Key: CB-9858
>                 URL: https://issues.apache.org/jira/browse/CB-9858
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: cordova-lib
>            Reporter: Steve Gill
>            Assignee: Steve Gill
>            Priority: Major
>              Labels: cordova-fetch
>             Fix For: 6.0.0
>
>
> https://github.com/cordova/cordova-discuss/pull/33



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to