Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: support multiple --header in _wget completion
- X-seq: zsh-workers 30505
- From: Jeremy Mates <jeremy.mates@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: PATCH: support multiple --header in _wget completion
- Date: Sat, 9 Jun 2012 20:05:17 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=JuW1cF542NtlL1lZCMxgqeOcpUrN+SOeaKxhjgG7TUU=; b=SLeh5VsRLWr8y9HF3elHkXDD69SK/w2gALr0ehAVOsqsl2i8Msw37PFJYnsDVcBgF8 cP2ZtFUiKahHAznWvNi7E2/zB+vS1Co1RsR1qSHsDOy0CR6601EiGpQ0BW5thePu0oxy 1cTcPwMsr/hic3KlilCgVOi4gdPd6oHM189jXNpaerlqQaIpt9uKiwwIPps/aDBu7/Xl 0LgLmyFgW0lddCInDAfzwG5orGbDtxjd31Css2BxfDUWnymTyT9+unyY6AYlhjvnQcz+ MrwOtG3V6titewY9xxfbkYtp12XNkRUQVwQzWRKexXmrXVf8kAz3Ec0voxWS2xbgBQwB DsSQ==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
diff --git a/Completion/Unix/Command/_wget b/Completion/Unix/Command/_wget
index e54a08b..51d640d 100644
--- a/Completion/Unix/Command/_wget
+++ b/Completion/Unix/Command/_wget
@@ -54,7 +54,7 @@ _arguments -C -s \
'--no-cache[disallow server-cached data]' \
'(--html-extension -E)'{--html-extension,-E}'[save all HTML documents with a .html extension]' \
"--ignore-length[ignore \`Content-Length' header field]" \
- '--header=:string' \
+ '*--header=:string' \
'--proxy-user=:user' \
'--proxy-password=:password' \
'--referer=:URL:_urls' \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author