bin/understudy in understudy-0.0.1 vs bin/understudy in understudy-0.0.2
- old
+ new
@@ -7,9 +7,13 @@
require 'thor'
module Understudy
class CLI < Thor
include Thor::Actions
+
+ def setup()
+
+ end
end
end
Understudy::CLI.start(ARGV)