class Relish::Command::Collab
def format(response)
def format(response) json_parse(response) do |hash| "#{hash['user']['handle']} (#{hash['user']['email']})" end end
def handle_or_email
def handle_or_email @param.extract_option end
def format(response) json_parse(response) do |hash| "#{hash['user']['handle']} (#{hash['user']['email']})" end end
def handle_or_email @param.extract_option end