From d3700dfd703a570d370cc9cb2e01395d8764ac5b Mon Sep 17 00:00:00 2001 From: Gabriel Horner Date: Fri, 23 Mar 2012 16:21:53 -0400 Subject: [PATCH] help for versions and commands, including their options --- libexec/rbenv-help | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/libexec/rbenv-help b/libexec/rbenv-help index 7204b2a1..e1cbaf57 100755 --- a/libexec/rbenv-help +++ b/libexec/rbenv-help @@ -34,6 +34,12 @@ Some useful rbenv commands are: See 'rbenv help ' for information on a specific command. 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 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)" ;; +versions) echo "usage: rbenv versions + rbenv versions --bare + +Lists all Ruby versions known by rbenv." +;; which) echo "usage: rbenv which Displays the full path to the binary that rbenv will execute when you