mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
consistent completions for rbenv-help
This commit is contained in:
parent
2f917312f1
commit
a6cb4b6317
|
|
@ -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…
Reference in a new issue