Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#570520: zsh: add completion support for --no-install-recommends to apt
- X-seq: zsh-workers 27725
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Michael Prokop <mika@xxxxxxxxxx>, 570520@xxxxxxxxxxxxxxx
- Subject: Re: Bug#570520: zsh: add completion support for --no-install-recommends to apt
- Date: Sat, 20 Feb 2010 18:07:35 +0000
- Cc: zsh-workers@xxxxxxx
- In-reply-to: <20100219143920.10518.49066.reportbug@grmlvrs>
- 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
- References: <20100219143920.10518.49066.reportbug@grmlvrs>
On Fri, Feb 19, 2010 at 03:39:20PM +0100, Michael Prokop wrote:
> The zsh completion for apt-get doesn't yet support the
> --no-install-recommends option. Attached patch works for me.
Thanks.
Index: Completion/Debian/Command/_apt
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_apt,v
retrieving revision 1.17
diff -u -r1.17 _apt
--- Completion/Debian/Command/_apt 23 Apr 2009 12:40:51 -0000 1.17
+++ Completion/Debian/Command/_apt 20 Feb 2010 18:05:49 -0000
@@ -403,6 +403,7 @@
-V,--verbose-versions:bool \
-m,--ignore-missing,--fix-missing:bool \
--no-download:bool \
+ --no-install-recommends:bool \
--ignore-hold:bool \
--no-upgrade:bool \
--force-yes:bool \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author