[
https://issues.apache.org/jira/browse/CB-12570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15975550#comment-15975550
]
ASF GitHub Bot commented on CB-12570:
-------------------------------------
Github user stevengill commented on a diff in the pull request:
https://github.com/apache/cordova-cli/pull/271#discussion_r112317723
--- Diff: src/cli.js ---
@@ -400,17 +405,18 @@ function cli(inputArgs) {
, nohooks : args.nohooks
, cli_variables : cli_vars
, browserify: args.browserify || false
- , fetch: args.fetch || false
+ , fetch: args.fetch
, link: args.link || false
, save: args.save
, shrinkwrap: args.shrinkwrap || false
, force: args.force || false
+
};
return cordova.raw[cmd](subcommand, targets, download_opts);
}
}
- function create(undashed, args) {
+ function create(undashed, args) {
--- End diff --
I think this shouldn't be tabbed in. Everything following this will need to
get readjusted (remove 1 tab from each line)
> make --fetch true by default, make --nofetch flag
> -------------------------------------------------
>
> Key: CB-12570
> URL: https://issues.apache.org/jira/browse/CB-12570
> Project: Apache Cordova
> Issue Type: Improvement
> Components: CLI
> Reporter: Steve Gill
> Assignee: Audrey So
> Labels: cordova-7.0.0
> Fix For: 7.0.0
>
>
> We want to make --fetch true by default so all platform/plugin add/rm uses
> cordova-fetch under the hood.
> Similar to how autosave was handled in
> https://github.com/apache/cordova-cli/pull/266
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]