From 0fd2c9dd2fee0d06e7d6c1553f5befa57d446f8c Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Mon, 19 Nov 2007 02:50:01 +0000 Subject: 23586: Merge new completion onto the 4.2 branch. --- Completion/Unix/Command/_dmidecode | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Completion/Unix/Command/_dmidecode (limited to 'Completion') diff --git a/Completion/Unix/Command/_dmidecode b/Completion/Unix/Command/_dmidecode new file mode 100644 index 000000000..0ff56113d --- /dev/null +++ b/Completion/Unix/Command/_dmidecode @@ -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]' -- cgit 1.4.1