Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E854D2004C8 for ; Mon, 9 May 2016 23:30:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E6C141609A8; Mon, 9 May 2016 21:30:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5AE1416099C for ; Mon, 9 May 2016 23:30:30 +0200 (CEST) Received: (qmail 10820 invoked by uid 500); 9 May 2016 21:30:29 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 10811 invoked by uid 99); 9 May 2016 21:30:29 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2016 21:30:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 26BFEDFCE0; Mon, 9 May 2016 21:30:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Message-Id: <60c75e5dcdc048649b1d585f07876ecd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugman git commit: CB-9858 added --fetch option to plugman Date: Mon, 9 May 2016 21:30:29 +0000 (UTC) archived-at: Mon, 09 May 2016 21:30:31 -0000 Repository: cordova-plugman Updated Branches: refs/heads/master 016e496e4 -> d19111506 CB-9858 added --fetch option to plugman Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/d1911150 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/d1911150 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/d1911150 Branch: refs/heads/master Commit: d19111506f870eb92d783976a371996071792c5c Parents: 016e496 Author: Steve Gill Authored: Mon Mar 21 23:41:27 2016 -0700 Committer: Steve Gill Committed: Mon May 9 14:30:18 2016 -0700 ---------------------------------------------------------------------- main.js | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/d1911150/main.js ---------------------------------------------------------------------- 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); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org