Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 1/4] Add the option --field of modinfo
- X-seq: zsh-workers 25820
- From: Jörg Sommer <joerg@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: [PATCH 1/4] Add the option --field of modinfo
- Date: Tue, 7 Oct 2008 00:58:27 +0200
- Cc: Jörg Sommer <joerg@xxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=gnuu.de; s=banki; t=1223336525; i=@xxxxxxxxxxxx; bh=jqUlwa5XehubLRu5vH4gb/3FQ8EXIKsf9 n/5Whdmhb8=; h=From:To:Cc:Subject:Date:Message-Id; b=JTOVQQOtIlT/Pq UmpFDcZTdpBdyvBr19BhQEMZIhS8IL2k+NTlR1A/2gaanZlt0sxqCDJ/BUDxo5JhxFb OMv46NkkN8X6gL2908CX8QE6TlXYLBCb0V+0BZYsGCdaLCbVWMiFBWfkXguo7czsQQg hvDvEJzWQN6NIRZ4cmiYf5M=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
---
Completion/Linux/Command/_modutils | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Completion/Linux/Command/_modutils b/Completion/Linux/Command/_modutils
index e03b471..2ba43a7 100644
--- a/Completion/Linux/Command/_modutils
+++ b/Completion/Linux/Command/_modutils
@@ -18,6 +18,8 @@ case "$service" in
'(-)'{-l,--license}"[display the module's license]" \
'(-)'{-n,--filename}"[display the module's filename]" \
'(-)'{-p,--parameters}'[display the typed parameters that a module may support]' \
+ '(-)'{-F,--field}"[display only selected module's information]:module_field:(
+ alias author depends description filename license parm)" \
'1:module file:->all_modules' && ret=0
;;
--
1.6.0.1
Messages sorted by:
Reverse Date,
Date,
Thread,
Author