wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Wget-dev] wget2 | WIP: Implementation of -I/-X options (!383)


From: Tim Rühsen
Subject: Re: [Wget-dev] wget2 | WIP: Implementation of -I/-X options (!383)
Date: Fri, 20 Jul 2018 11:29:12 +0000

No flag to set within wget_vector. Prepending a '!' is a good shortcut - a 
*real* solution would be to put `struct { bool exclude; const char *directory; 
}` into the vector. The shortcut has the problem that you can't directly -I a 
directory starting with '!' (or at least you would need an escape character).

Maybe we can circumvent the issue by also prepending another character to the 
-I directory names, like
- starting with ! is an exclude
- starting with + is an include

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/merge_requests/383#note_89297784
You're receiving this email because of your account on gitlab.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]