#!/usr/bin/env ruby # frozen_string_literal: true begin require_relative "../lib/hotwired/cli" Hotwired::CLI.new.run rescue StandardError => e warn e.to_s raise if Hotwired::CFG.debug end