run

in lib/twurl/cli.rb [12:20]


      def run(args)
        begin
          options = parse_options(args)
        rescue Twurl::Exception => exception
          abort(exception.message)
        end
        dispatch(options)
      end