Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
isprogram
/
pyenv
kopie van
https://github.com/pyenv/pyenv.git
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Projects
0
Publicaties
241
Wiki
Activiteit
Bladeren bron
Usage consistency
pull/360/head^2
Sam Stephenson
13 jaren geleden
bovenliggende
51467dc4a3
commit
4b6c91e827
2 gewijzigde bestanden
met
toevoegingen van 3
en
3 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+2
-2
libexec/rbenv-hooks
+1
-1
libexec/rbenv-whence
+ 2
- 2
libexec/rbenv-hooks
Bestand weergeven
@ -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
Bestand weergeven
@ -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
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan