Skip to content

Commit

Permalink
add shell completions
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed Nov 13, 2015
1 parent 73d6670 commit cc680ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/rbenv-update
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
set -e
[ -n "$RBENV_DEBUG" ] && set -x

# Provide rbenv completions
if [ --complete = "$1" ]; then
shift
echo --noop
exit 0
fi

# Parse command line flags
noop=""
verbose=""
Expand Down

0 comments on commit cc680ea

Please sign in to comment.