lib/hotwired/cli.rb in hotwired-0.0.1 vs lib/hotwired/cli.rb in hotwired-0.0.2
- old
+ new
@@ -3,9 +3,11 @@
module Hotwired
class CLI
require "slop"
require_relative "../hotwired"
+ class HotwiredError < StandardError; end
+
class NoConfig < HotwiredError; end
MAX_DELETE = 1
# 脚本调度函数入口