Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: sudo completion



This is Andrej Borsenkow's as posted to this list, with one
of Sven's fixes.

--- /dev/null	Mon Feb  8 19:38:08 1999
+++ Completion/User/_sudo	Fri Dec  3 15:50:47 1999
@@ -0,0 +1,15 @@
+#compdef sudo
+
+_arguments \
+        '-V[show version]' \
+        '-l[list commands]' \
+        '-h[show help]' \
+        '-v[validate timestamp file]' \
+        '-k[remove timestamp file]' \
+        '-b[run command in background]' \
+        '-r:Kerberos realm:' \
+        '-p:prompt:' \
+        '-u:user name:_users' \
+        '-s[run SHELL]' \
+        '-H[set HOME environment variable]' \
+        '*::command and arguments:_normal'



Messages sorted by: Reverse Date, Date, Thread, Author