mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-21 00:01:26 +01:00
25820: add the option --field of modinfo.
This commit is contained in:
parent
332c337e4d
commit
38b8cdbcdf
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-10-07 Clint Adams <clint@zsh.org>
|
||||
|
||||
* Jörg Sommer: 25820: Completion/Linux/Command/_modutils: add the
|
||||
option --field of modinfo.
|
||||
|
||||
2008-10-06 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 25818: Completion/compinstall: compinstall data loss typo fix
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue