Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
apm completion
- X-seq: zsh-workers 13861
- From: Chmouel Boudjnah <chmouel@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: apm completion
- Date: 01 Apr 2001 03:58:36 +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Completion for apm command (linux only)
--- /dev/null Thu Mar 8 11:12:32 2001
+++ Completion/Linux/_apm Sun Apr 1 03:58:02 2001
@@ -0,0 +1,17 @@
+#compdef apm
+_arguments -C -s \
+ '(--version)-V[print the apm program and exit immediately]' \
+ '(-V)--version[print the apm program and exit immediately]' \
+ '(--verbose)-v[print information about APM BIOS and Linux APM driver version]' \
+ '(-v)--verbose[print information about APM BIOS and Linux APM driver version]' \
+ '(--minutes)-m[print total minutes remaining instead of using an hh:mm format]' \
+ '(-m)--minutes[print total minutes remaining instead of using an hh:mm format]' \
+ '(--suspend)-s[put the machine into suspend mode if possible]' \
+ '(-s)--suspend[put the machine into suspend mode if possible]' \
+ '(--stanbdby)-S[put the machine into standby mode if possible]' \
+ '(-S)--standby[put the machine into standby mode if possible]' \
+ '(--noignore)-n[tell the system not to ignore system-generated APM message]' \
+ '(-n)--noignore[tell the system not to ignore system-generated APM message]' \
+ '(--ignore)-i[tell the system to ignore system-generated APM message]' \
+ '(-i)--ignore[tell the system to ignore system-generated APM message]'
+
--
MandrakeSoft Inc http://www.chmouel.org
--Chmouel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author