zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _dmidecode
@ 2007-06-23 21:27 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2007-06-23 21:27 UTC (permalink / raw)
  To: zsh-workers

dmidecode

Index: Completion/Unix/Command/_dmidecode
===================================================================
RCS file: Completion/Unix/Command/_dmidecode
diff -N Completion/Unix/Command/_dmidecode
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Completion/Unix/Command/_dmidecode	23 Jun 2007 21:26:21 -0000
@@ -0,0 +1,10 @@
+#compdef dmidecode
+
+_arguments \
+  '(-d --dev-mem)'{-d,--dev-mem}':memory device:_files' \
+  '(-q --quiet -u --dump)'{-q,--quiet}'[be less verbose]' \
+  '(-t --type -u --dump -s --string)'{-s,--string}':DMI string:(bios-vendor bios-version bios-release-date system-manufacturer system-product-name system-version system-serial-number system-uuid baseboard-manufacturer baseboard-product-name baseboard-version baseboard-serial-number baseboard-asset-tag chassis-manufacturer chassis-type chassis-version chassis-serial-number chassis-asset-tag processor-family processor-manufacturer processor-version processor-frequency)' \
+  '(-t --type)'{-t,--type}':types to display:(bios system baseboard chassis processor memory cache connector slot)' \
+  '(-q --quiet -u --dump -s --string)'{-u,--dump}'[do not decode]' \
+  '(-h --help)'{-h,--help}'[display usage information]' \
+  '(-V --version)'{-V,--version}'[display version information]'


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-06-23 21:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-23 21:27 PATCH: _dmidecode Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).