consistent completions for rbenv-help

This commit is contained in:
Jason Karns 2015-11-20 09:15:06 -05:00
parent 2f917312f1
commit a6cb4b6317

View file

@ -18,8 +18,7 @@ set -e
# Provide rbenv completions
if [ "$1" = "--complete" ]; then
echo --usage
rbenv-commands
exit
exec rbenv-commands
fi
command_path() {