diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2000-04-20 10:47:00 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2000-04-20 10:47:00 +0000 |
commit | 3e77ff98c47b6f1c7f949f197cb68ebec734cc86 (patch) | |
tree | 2306f863e536809aebfb736a188306571b40bb70 /Completion/AIX/_lsvg | |
parent | 4debe47da511d78f9bee5d26926308e640b7bc9f (diff) | |
download | zsh-3e77ff98c47b6f1c7f949f197cb68ebec734cc86.tar.gz zsh-3e77ff98c47b6f1c7f949f197cb68ebec734cc86.tar.xz zsh-3e77ff98c47b6f1c7f949f197cb68ebec734cc86.zip |
Add new completions for AIX commands
Diffstat (limited to 'Completion/AIX/_lsvg')
-rw-r--r-- | Completion/AIX/_lsvg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Completion/AIX/_lsvg b/Completion/AIX/_lsvg new file mode 100644 index 000000000..c5b9a1584 --- /dev/null +++ b/Completion/AIX/_lsvg @@ -0,0 +1,10 @@ +#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 groups:_volume_groups' |