Browse Source

consistent completions for rbenv-help

pull/487/head^2^2
Jason Karns 8 years ago
parent
commit
a6cb4b6317
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      libexec/rbenv-help

+ 1
- 2
libexec/rbenv-help 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() {

Loading…
Cancel
Save