mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-06 09:11:48 +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 --skip-existing
|
||||
echo --keep
|
||||
echo --verbose
|
||||
echo --patch
|
||||
echo --verbose
|
||||
echo --version
|
||||
exec ruby-build --definitions
|
||||
fi
|
||||
|
||||
|
|
|
@ -145,8 +145,9 @@ OUT
|
|||
--force
|
||||
--skip-existing
|
||||
--keep
|
||||
--verbose
|
||||
--patch
|
||||
--verbose
|
||||
--version
|
||||
|
||||
${RBENV_ROOT}/plugins/bar/share/ruby-build
|
||||
${RBENV_ROOT}/plugins/foo/share/ruby-build
|
||||
|
|
Loading…
Reference in a new issue