Ver código fonte

completions for rbenv-completions

pull/487/head^2^2
Jason Karns 8 anos atrás
pai
commit
2f917312f1
1 arquivos alterados com 5 adições e 0 exclusões
  1. +5
    -0
      libexec/rbenv-completions

+ 5
- 0
libexec/rbenv-completions Ver arquivo

@ -10,6 +10,11 @@ if [ -z "$COMMAND" ]; then
exit 1
fi
# Provide rbenv completions
if [ "$COMMAND" = "--complete" ]; then
exec rbenv-commands
fi
COMMAND_PATH="$(command -v "rbenv-$COMMAND" || command -v "rbenv-sh-$COMMAND")"
# --help is provided automatically

Carregando…
Cancelar
Salvar