completions/rbenv: Fix error spew

Fixes #6617
This commit is contained in:
Fabian Homborg 2020-02-17 08:45:22 +01:00
parent 7517128b68
commit 96587d26f5

View file

@ -95,7 +95,7 @@ complete -f -c rbenv -n '__fish_rbenv_using_command shims' -a '--short'
complete -f -c rbenv -n '__fish_rbenv_needs_command' -a version -d 'Show the current Ruby version & how it was selected'
### version-file
complete -f -c rbenv -n '__fish_rbenv_needs_command' -a version-file 'Detect the file that sets the current rbenv version'
complete -f -c rbenv -n '__fish_rbenv_needs_command' -a version-file -d 'Detect the file that sets the current rbenv version'
### version-file-read
complete -f -c rbenv -n '__fish_rbenv_needs_command' -a version-file-read