Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
isprogram
/
pyenv
mirror da
https://github.com/pyenv/pyenv.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Projects
0
Rilasci
240
Wiki
Attività
Sfoglia il codice sorgente
Defer to `rbenv commands`
pull/360/head^2
Sam Stephenson
15 anni fa
parent
3b13dc9c14
commit
e4a040f1e0
1 ha cambiato i file
con
2 aggiunte
e
6 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-6
completions/rbenv.bash
+ 2
- 6
completions/rbenv.bash
Vedi File
@ -1,11 +1,7 @@
_rbenv_commands
(
)
{
local
cur commands
COMPREPLY
=
(
)
cur
=
"
${
COMP_WORDS
[COMP_CWORD]
}
"
commands
=
"
exec prefix rehash set-default set-local version versions
\
whence which
"
COMPREPLY
=
(
$(
compgen
-W
"
$commands
"
--
$cur
)
)
local
cur
=
"
${
COMP_WORDS
[COMP_CWORD]
}
"
COMPREPLY
=
(
$(
compgen
-W
"
$(
rbenv commands
)
"
--
$cur
)
)
}
_rbenv_versions
(
)
{
Scrivi
Anteprima
Caricamento…
Annulla
Salva