Explorar el Código

set --crawl-replace-urls to false by default

Former-commit-id: f7144d9f7898b16ddd73d444975d0762117bc357
Gildas hace 5 años
padre
commit
e80ecb4906
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cli/args.js

+ 1 - 1
cli/args.js

@@ -71,7 +71,7 @@ module.exports = require("yargs")
 		"crawl-links": false,
 		"crawl-inner-links-only": true,
 		"crawl-max-depth": 1,
-		"crawl-replace-urls": true,
+		"crawl-replace-urls": false,
 		"url-rewrite-rules": []
 	})
 	.options("back-end", { description: "Back-end to use" })