zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] improve csup completion
@ 2009-09-16 11:46 Baptiste Daroussin
  0 siblings, 0 replies; only message in thread
From: Baptiste Daroussin @ 2009-09-16 11:46 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 87 bytes --]

This improves the csup completion adding -L1 -L2 -L0 to csup completion

regards,
Bapt

[-- Attachment #2: _csup.patch --]
[-- Type: text/x-diff, Size: 588 bytes --]

diff --git a/Completion/BSD/Command/_csup b/Completion/BSD/Command/_csup
index ad36000..b4d345e 100644
--- a/Completion/BSD/Command/_csup
+++ b/Completion/BSD/Command/_csup
@@ -13,6 +13,9 @@ _arguments -s \
     '-k[keep temporary copies of failed updates]' \
     '-l[Lock file]:lock file:_files' \
     '-L[Verbosity level]:verbosity level:(0 1 2)' \
+    '-L0[Verbosity level 0]' \
+    '-L1[Verbosity level 1]' \
+    '-L2[Verbosity level 2]' \
     '-p[Server port]:port:_ports' \
     '-r[maximum number of retries]:maximum number of retries:' \
     '-s[suppress status checks]' \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-16 11:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-16 11:46 [PATCH] improve csup completion Baptiste Daroussin

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).