You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by dp...@apache.org on 2018/09/11 17:00:50 UTC

[cordova-plugman] branch master updated: Remove fetch option

This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugman.git


The following commit(s) were added to refs/heads/master by this push:
     new d71ffb9  Remove fetch option
d71ffb9 is described below

commit d71ffb99b6a753c3b8999aaa7a74ee21843224ac
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Tue Sep 11 19:00:48 2018 +0200

    Remove fetch option
---
 main.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/main.js b/main.js
index 247eb5a..3de71a6 100755
--- a/main.js
+++ b/main.js
@@ -45,7 +45,6 @@ const known_opts = {
     variable: Array,
     www: path,
     searchpath: [path, Array],
-    fetch: Boolean,
     save: Boolean
 };
 const shortHands = { var: ['--variable'], v: ['--version'], h: ['--help'] };


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org