Skip to content

Commit

Permalink
groupmems: Add -R/--root arg completion.
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Feb 2, 2013
1 parent eb0be65 commit 250d5eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions completions/groupmems
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ _groupmems()
COMPREPLY=( $( compgen -g -- "$cur" ) )
return 0
;;
-R|--root)
_filedir -d
return 0
;;
esac

if [[ "$cur" == -* ]]; then
Expand Down

0 comments on commit 250d5eb

Please sign in to comment.