From e6be1f76cf77a63dd79dbe3d6eea62815caa87ab Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Sun, 1 Apr 2001 01:12:07 +0000 Subject: Completion for apm command (linux only). --- Completion/Linux/_apm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Completion/Linux/_apm (limited to 'Completion/Linux/_apm') diff --git a/Completion/Linux/_apm b/Completion/Linux/_apm new file mode 100644 index 000000000..d97afcd05 --- /dev/null +++ b/Completion/Linux/_apm @@ -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]' + -- cgit 1.4.1