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) { + if (args.nosave || args['save-exact']) { --- End diff -- this change is probably not needed since we handle the save or save-exact or no-save flags in cordova-fetch.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org