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



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