Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _showmount
- X-seq: zsh-workers 20942
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _showmount
- Date: Sun, 6 Mar 2005 22:16:45 -0500
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Index: Completion/Unix/Command/_showmount
===================================================================
RCS file: Completion/Unix/Command/_showmount
diff -N Completion/Unix/Command/_showmount
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ Completion/Unix/Command/_showmount 7 Mar 2005 03:16:26 -0000
@@ -0,0 +1,10 @@
+#compdef showmount
+
+_arguments \
+ '(-a --all)'{-a,--all}'[list both hostname and mounted dir in host:dir format]' \
+ '(-d --directories)'{-d,--directories}'[list only the directories mounted by some client]' \
+ '(-e --exports)'{-e,--exports}'[show server export list]' \
+ '(-h --help)'{-h,--help}'[help]' \
+ '(-v --version)'{-v,--version}'[version]' \
+ '--no-headers[suppress descriptive headers from output]' \
+ ':host:_hosts'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author