Commit 29a987c9 by Jason Karns

Include --version in completions

parent c534656f
......@@ -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
......
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