From 5a603537e2130ff5f358c43221c82d272c3bee1d Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Sun, 9 Dec 2007 01:45:57 +0000 Subject: Merge of new completions 24187 and 24188. --- Completion/Debian/Command/_members | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Completion/Debian/Command/_members (limited to 'Completion/Debian/Command/_members') diff --git a/Completion/Debian/Command/_members b/Completion/Debian/Command/_members new file mode 100644 index 000000000..ffe3d4d42 --- /dev/null +++ b/Completion/Debian/Command/_members @@ -0,0 +1,9 @@ +#compdef members + +_arguments \ + '(-a --all)'{-a,--all}'[show all group members on one line]' \ + '(-p --primary)'{-p,--primary}'[show only primary group members]' \ + '(-s --secondary)'{-s,--secondary}'[show only secondary group members]' \ + '(-t --two-lines)'{-t,--two-lines}'[show only primary/secondary across two lines]' \ + '(-h --help)'{-h,--help}'[show help]' \ + ':group:_groups' -- cgit 1.4.1