mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
consistent completions for rbenv-help
This commit is contained in:
parent
2f917312f1
commit
a6cb4b6317
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@ set -e
|
||||||
# Provide rbenv completions
|
# Provide rbenv completions
|
||||||
if [ "$1" = "--complete" ]; then
|
if [ "$1" = "--complete" ]; then
|
||||||
echo --usage
|
echo --usage
|
||||||
rbenv-commands
|
exec rbenv-commands
|
||||||
exit
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
command_path() {
|
command_path() {
|
||||||
|
|
Loading…
Reference in a new issue