[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-121-g452e938

Ville Skyttä ville.skytta at iki.fi
Sat Feb 2 19:04:28 UTC 2013


The following commit has been merged in the master branch:
commit 250d5eb93256bec97be3f5a01a1344939928b978
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Feb 2 20:57:11 2013 +0200

    groupmems: Add -R/--root arg completion.

diff --git a/completions/groupmems b/completions/groupmems
index 627f8e0..b29d548 100644
--- a/completions/groupmems
+++ b/completions/groupmems
@@ -14,6 +14,10 @@ _groupmems()
             COMPREPLY=( $( compgen -g -- "$cur" ) )
             return 0
             ;;
+        -R|--root)
+            _filedir -d
+            return 0
+            ;;
     esac
 
     if [[ "$cur" == -* ]]; then

-- 
bash-completion



More information about the Bash-completion-commits mailing list