Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _wget: Add experimental --content-disposition switch.
- X-seq: zsh-workers 29740
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: PATCH: _wget: Add experimental --content-disposition switch.
- Date: Mon, 29 Aug 2011 17:34:02 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer; bh=fWSiutrJrKWSR2rPMR+UijtM5s4TkKRy+3n7SQCJOfM=; b=bee8AivEmGQBSW8twMXkRPpax60JONCO2vaEfj+Fwx/pGtwJfje2mSrZgZXDtB2J0n j+GNH3SATRjERfhFotq0CHQySXVpnjS6rHOj6zxnHlQ5t8fh7mdamlXqfZnkqhS2Mqj4 DyUnPRjDnGkCYuoqble0vmtUn6I/hm07djjDg=
- 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
From: Mikael Magnusson <mikachu@xxxxxxxxx>
---
Completion/Unix/Command/_wget | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Completion/Unix/Command/_wget b/Completion/Unix/Command/_wget
index 54c09a3..e54a08b 100644
--- a/Completion/Unix/Command/_wget
+++ b/Completion/Unix/Command/_wget
@@ -21,6 +21,7 @@ _arguments -C -s \
'--retry-connrefused[retry even if connection is refused]' \
'(--output-document -O)'{--output-document=,-O+}'[specify file to write documents to]:output file:_files' \
'(--continue -c)'{--continue,-c}'[continue getting an existing file]' \
+ '--content-disposition[honor the Content-Disposition header when choosing local file names]' \
'--progress=[set progress gauge type]:gauge type:->gauge' \
'(--timestamping -N)'{--timestamping,-N}'[retrieve only files newer than existing]' \
'(--server-response -S)'{--server-response,-S}'[print server response]' \
--
1.7.5.4
Messages sorted by:
Reverse Date,
Date,
Thread,
Author