[GitHub] cordova-cli pull request #286: CB-13353 : added save-exact option

2017-10-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-cli/pull/286 --- - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org

[GitHub] cordova-cli pull request #286: CB-13353 : added save-exact option

2017-10-03 Thread audreyso
Github user audreyso commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/286#discussion_r142508791 --- Diff: src/cli.js --- @@ -449,6 +450,10 @@ function cli (inputArgs) { args.save = true; } +if

[GitHub] cordova-cli pull request #286: CB-13353 : added save-exact option

2017-10-03 Thread stevengill
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

[GitHub] cordova-cli pull request #286: CB-13353 : added save-exact option

2017-10-03 Thread audreyso
Github user audreyso commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/286#discussion_r142480887 --- Diff: src/cli.js --- @@ -443,12 +444,16 @@ function cli (inputArgs) { }); } -if (args.nosave) {

[GitHub] cordova-cli pull request #286: CB-13353 : added save-exact option

2017-10-03 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/286#discussion_r142475924 --- Diff: src/cli.js --- @@ -443,12 +444,16 @@ function cli (inputArgs) { }); } -if (args.nosave) {

[GitHub] cordova-cli pull request #286: CB-13353 : added save-exact option

2017-10-02 Thread audreyso
GitHub user audreyso opened a pull request: https://github.com/apache/cordova-cli/pull/286 CB-13353 : added save-exact option ### Platforms affected ### What does this PR do? Added save-exact option ### What testing has been done on this change?