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
Usage consistency
pull/360/head^2
Sam Stephenson
13 anni fa
parent
51467dc4a3
commit
4b6c91e827
2 ha cambiato i file
con
3 aggiunte
e
3 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-2
libexec/rbenv-hooks
+1
-1
libexec/rbenv-whence
+ 2
- 2
libexec/rbenv-hooks
Vedi File
@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Summary: List hook scripts for a rbenv command
# Usage: rbenv hooks
COMMAND
# Summary: List hook scripts for a
given
rbenv command
# Usage: rbenv hooks
<command>
set -e
[ -n "$RBENV_DEBUG" ] && set -x
+ 1
- 1
libexec/rbenv-whence
Vedi File
@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Summary: List all Ruby versions that contain the given executable
# Usage: rbenv whence [--path]
COMMAND
# Usage: rbenv whence [--path]
<command>
set -e
[ -n "$RBENV_DEBUG" ] && set -x
Scrivi
Anteprima
Caricamento…
Annulla
Salva