mirror of
https://github.com/pyenv/pyenv.git
synced 2025-05-09 19:42:34 +00:00
Merge pull request #203 from cldwalker/options_help
help for versions and commands, including their options
This commit is contained in:
commit
e5c64db280
1 changed files with 11 additions and 0 deletions
|
@ -34,6 +34,12 @@ Some useful rbenv commands are:
|
||||||
See 'rbenv help <command>' for information on a specific command.
|
See 'rbenv help <command>' for information on a specific command.
|
||||||
For full documentation, see: https://github.com/sstephenson/rbenv#readme"
|
For full documentation, see: https://github.com/sstephenson/rbenv#readme"
|
||||||
;;
|
;;
|
||||||
|
commands) echo "usage: rbenv commands
|
||||||
|
rbenv commands --sh
|
||||||
|
rbenv commands --no-sh
|
||||||
|
|
||||||
|
List all rbenv commands."
|
||||||
|
;;
|
||||||
global) echo "usage: rbenv global <version>
|
global) echo "usage: rbenv global <version>
|
||||||
|
|
||||||
Sets the global Ruby version. You can override the global version at
|
Sets the global Ruby version. You can override the global version at
|
||||||
|
@ -65,6 +71,11 @@ project-specific versions and the global version.
|
||||||
|
|
||||||
$(print_set_version)"
|
$(print_set_version)"
|
||||||
;;
|
;;
|
||||||
|
versions) echo "usage: rbenv versions
|
||||||
|
rbenv versions --bare
|
||||||
|
|
||||||
|
Lists all Ruby versions known by rbenv."
|
||||||
|
;;
|
||||||
which) echo "usage: rbenv which <command>
|
which) echo "usage: rbenv which <command>
|
||||||
|
|
||||||
Displays the full path to the binary that rbenv will execute when you
|
Displays the full path to the binary that rbenv will execute when you
|
||||||
|
|
Loading…
Add table
Reference in a new issue