mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-11 11:41:14 +02:00
Include --version in completions
This commit is contained in:
parent
c534656f7a
commit
29a987c9fb
2 changed files with 4 additions and 2 deletions
|
@ -45,8 +45,9 @@ if [ "$1" = "--complete" ]; then
|
||||||
echo --force
|
echo --force
|
||||||
echo --skip-existing
|
echo --skip-existing
|
||||||
echo --keep
|
echo --keep
|
||||||
echo --verbose
|
|
||||||
echo --patch
|
echo --patch
|
||||||
|
echo --verbose
|
||||||
|
echo --version
|
||||||
exec ruby-build --definitions
|
exec ruby-build --definitions
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -145,8 +145,9 @@ OUT
|
||||||
--force
|
--force
|
||||||
--skip-existing
|
--skip-existing
|
||||||
--keep
|
--keep
|
||||||
--verbose
|
|
||||||
--patch
|
--patch
|
||||||
|
--verbose
|
||||||
|
--version
|
||||||
|
|
||||||
${RBENV_ROOT}/plugins/bar/share/ruby-build
|
${RBENV_ROOT}/plugins/bar/share/ruby-build
|
||||||
${RBENV_ROOT}/plugins/foo/share/ruby-build
|
${RBENV_ROOT}/plugins/foo/share/ruby-build
|
||||||
|
|
Loading…
Reference in a new issue