mirror of
https://github.com/rbenv/ruby-build.git
synced 2026-01-08 16:01:27 +01:00
include --force option in nodenv-uninstall completions
This commit is contained in:
parent
d65e2d1013
commit
47d85f4b7c
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ set -e
|
|||
|
||||
# Provide rbenv completions
|
||||
if [ "$1" = "--complete" ]; then
|
||||
echo --force
|
||||
exec rbenv versions --bare
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue