HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/zsh/functions/Completion/AIX/_lsvg
#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'