Commit 47d85f4b by Jason Karns

include --force option in nodenv-uninstall completions

parent d65e2d10
...@@ -14,6 +14,7 @@ set -e ...@@ -14,6 +14,7 @@ set -e
# Provide rbenv completions # Provide rbenv completions
if [ "$1" = "--complete" ]; then if [ "$1" = "--complete" ]; then
echo --force
exec rbenv versions --bare exec rbenv versions --bare
fi fi
......
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