bin/calasmash in calasmash-0.0.10 vs bin/calasmash in calasmash-1.0.0
- old
+ new
@@ -1,5 +1,6 @@
#!/usr/bin/env ruby
+# coding: utf-8
require 'calasmash'
-Calasmash::Runner.new(ARGV)
+Calasmash::Command.execute(*ARGV)
\ No newline at end of file