Skip to content

Instantly share code, notes, and snippets.

@gabebw
Created December 21, 2010 19:25
Show Gist options
  • Save gabebw/750420 to your computer and use it in GitHub Desktop.
Save gabebw/750420 to your computer and use it in GitHub Desktop.
rvm --trace reload
scripts $ rvm --trace reload
+__rvm_parse_args:424> [[ -z 4.3.9 ]]
+__rvm_parse_args:581> [[ -z '' && -n '' ]]
+__rvm_parse_args:583> [[ 0 -eq 1 || -n '' ]]
+__rvm_parse_args:15> [[ -n reload ]]
+__rvm_parse_args:17> rvm_token=reload
+__rvm_parse_args:19> [[ 0 -gt 0 ]]
+__rvm_parse_args:19> next_token=''
+__rvm_parse_args:21> case reload (fetch|version|srcdir|reset|debug|reload|update|monitor|notes|implode|seppuku|question|answer|env)
+__rvm_parse_args:23> rvm_action=reload
+__rvm_parse_args:581> [[ -z reload ]]
+__rvm_parse_args:583> [[ 0 -eq 1 || -n '' ]]
+__rvm_parse_args:15> [[ -n '' ]]
+__rvm_parse_args:587> [[ 0 -gt 0 ]]
+__rvm_parse_args:589> [[ -n '' ]]
/Users/gabe/.rvm/scripts/rvm:35: rvm_selfcontained: parameter not set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment