瀏覽代碼

consistent completions for rbenv-help

pull/487/head^2^2
Jason Karns 8 年之前
父節點
當前提交
a6cb4b6317
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      libexec/rbenv-help

+ 1
- 2
libexec/rbenv-help 查看文件

@ -18,8 +18,7 @@ set -e
# Provide rbenv completions
if [ "$1" = "--complete" ]; then
echo --usage
rbenv-commands
exit
exec rbenv-commands
fi
command_path() {

Loading…
取消
儲存