From 0f0b602415961aa9ca069c9719a0fbb4bbb9941f Mon Sep 17 00:00:00 2001 From: dana Date: Fri, 5 Jan 2018 14:26:17 -0600 Subject: 42231: new completion functions for simple utilities belonging to the 'Darwin' and 'Linux' groups. --- Completion/Darwin/Command/_sw_vers | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Completion/Darwin/Command/_sw_vers (limited to 'Completion/Darwin/Command/_sw_vers') diff --git a/Completion/Darwin/Command/_sw_vers b/Completion/Darwin/Command/_sw_vers new file mode 100644 index 000000000..11814e0b0 --- /dev/null +++ b/Completion/Darwin/Command/_sw_vers @@ -0,0 +1,6 @@ +#compdef sw_vers + +_arguments : \ + '(-)-buildVersion[display build version only]' \ + '(-)-productName[display product name only]' \ + '(-)-productVersion[display product version only]' -- cgit 1.4.1