Commit 29a987c9 by Jason Karns

Include --version in completions

parent c534656f
...@@ -45,8 +45,9 @@ if [ "$1" = "--complete" ]; then ...@@ -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 ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment