Sha256: a9bda70c4c0055460b13e7867c85aa7088dc891f4d52868056681abf93e58115
Contents?: true
Size: 197 Bytes
Versions: 3
Compression:
Stored size: 197 Bytes
Contents
#!/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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hotwired-0.0.4 | bin/hotwired |
hotwired-0.0.3 | bin/hotwired |
hotwired-0.0.2 | bin/hotwired |