1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-17 15:53:45 -05:00

Import changes from recent rbenv

This commit is contained in:
Yamashita Yuu
2014-01-03 04:58:29 +09:00
parent 12d4fdb307
commit 5dea3c9e63
6 changed files with 30 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ create_command() {
@test "command with completion support" {
create_command "pyenv-hello" "#!$BASH
# provide pyenv completions
# Provide pyenv completions
if [[ \$1 = --complete ]]; then
echo hello
else