1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 00:41:44 +02:00
zsh/Completion/AIX/Command/_lsvg
Oliver Kiddle 0ba8ae87ea 21315: make completion functions give precendence to descriptions passed as
parameters and cleanup descriptons in calling functions
2005-06-08 12:45:24 +00:00

11 lines
505 B
Plaintext

#compdef lsvg
_arguments -C -s \
'(-i -l -M -p)-o[lists only active volume groups]' \
'(-i -l -M -p)-n[specify physical volume to access variable descriptor from]:physical volume:_physical_volumes' \
'(-o -n)-i[reads volume group names from standard input]' \
'(-o -n -M -p)-l[list logical volumes in volume group]' \
'(-o -n -l -p)-M[list mapping of physical and logical partition numbers]' \
'(-o -n -l -M)-p[list physical volumes used by volume group]' \
'*:volume group:_volume_groups'