in lib/twurl/rcfile.rb [87:94]
def alias_from_options(options) options.subcommands.each do |potential_alias| if path = alias_from_name(potential_alias) break path end end end