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) {
+ if (args.nosave || args['save-exact']) {
--- End diff --
kk updated! thanks!--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
