Sha256: f833008f415ac097e0ccf54d602c5f6414225d0bff58c01769e1d01c3ea66cdd
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
#!/usr/bin/env bash rvm_base_except="selector" source "$rvm_path/scripts/base" rvm_help_path="${rvm_help_path:-"$rvm_path/help"}" args=($*) command="${args[$__array_start]}" args[$__array_start]="" args=(${args[@]}) action="${args[$array_start]}" args[$__array_start]="" args=(${args[@]}) if [[ -n "$command" && -s "${rvm_help_path}/${command}" ]] ; then if [[ -n "$action" && -s "${rvm_help_path}/${command}/${action}" ]] ; then less "${rvm_help_path}/${command}/${action}" else less "${rvm_help_path}/${command}" fi else less "${rvm_path:-$HOME/.rvm}/README" "$rvm_path/scripts/log" "info" \ "Commands available with 'rvm help':\n\n $(builtin cd "${rvm_help_path}" ; find . -maxdepth 1 -mindepth 1 -type f -print | \tr "\n" ' ' | sed -e 's#./##g')" fi "$rvm_path/scripts/log" "info" \ "For additional information please visit RVM's documentation website:\n\n http://rvm.beginrescueend.com/" "$rvm_path/scripts/log" "info" \ "If you still cannot find what an answer to your question, find me 'wayneeseguin' in #rvm on irc.freenode.net:\n\n http://webchat.freenode.net/?channels=rvm\n" exit $?
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rvm-1.0.10 | scripts/help |