Kaynağa Gözat

completions for rbenv-init

pull/487/head^2^2
Jason Karns 10 yıl önce
ebeveyn
işleme
2dcb9d0611
1 değiştirilmiş dosya ile 11 ekleme ve 0 silme
  1. +11
    -0
      libexec/rbenv-init

+ 11
- 0
libexec/rbenv-init Dosyayı Görüntüle

@ -5,6 +5,17 @@
set -e
[ -n "$RBENV_DEBUG" ] && set -x
# Provide rbenv completions
if [ "$1" = "--complete" ]; then
echo -
echo --no-rehash
echo bash
echo fish
echo ksh
echo zsh
exit
fi
print=""
no_rehash=""
for args in "$@"

Yükleniyor…
İptal
Kaydet