1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-08 11:33:49 -05:00

completions for rbenv-completions

This commit is contained in:
Jason Karns
2015-11-20 09:12:10 -05:00
parent d1f8081d1c
commit 2f917312f1

View File

@@ -10,6 +10,11 @@ if [ -z "$COMMAND" ]; then
exit 1
fi
# Provide rbenv completions
if [ "$COMMAND" = "--complete" ]; then
exec rbenv-commands
fi
COMMAND_PATH="$(command -v "rbenv-$COMMAND" || command -v "rbenv-sh-$COMMAND")"
# --help is provided automatically