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 BF0BD200D14 for ; Tue, 3 Oct 2017 20:32:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BDC4D160BD5; Tue, 3 Oct 2017 18:32:04 +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 07AD11609BD for ; Tue, 3 Oct 2017 20:32:03 +0200 (CEST) Received: (qmail 51738 invoked by uid 500); 3 Oct 2017 18:32:03 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 51721 invoked by uid 99); 3 Oct 2017 18:32:02 -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; Tue, 03 Oct 2017 18:32:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1ECF5F56FF; Tue, 3 Oct 2017 18:32:01 +0000 (UTC) From: stevengill To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-cli pull request #286: CB-13353 : added save-exact option Content-Type: text/plain Message-Id: <20171003183202.1ECF5F56FF@git1-us-west.apache.org> Date: Tue, 3 Oct 2017 18:32:01 +0000 (UTC) archived-at: Tue, 03 Oct 2017 18:32:04 -0000 Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/286#discussion_r142484800 --- Diff: src/cli.js --- @@ -449,6 +450,10 @@ function cli (inputArgs) { args.save = true; } + if (args['save-exact']) { --- End diff -- what happens if you don't have lines 453-456? Are they needed? --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org