Skip to content

Add '--skip-files' option: Not read any configuration file

username-removed-43021 requested to merge (removed):master into master

An implementation of '--skip-files' option (#291 (closed) ). Wget2 won't read any configuration file if it is used.

It doesn't allow wget2 to set configuration files paths into the strings of the config structure, so they are 0 / NULL and ignored by Wget2.

I've tested this feature with the debug mode and it looks like it works.

Merge request reports