bin/masticate in masticate-0.5.1 vs bin/masticate in masticate-0.6.0

- old
+ new

@@ -1,8 +1,5 @@ #!/usr/bin/env ruby require_relative "../lib/masticate" -masticator = Masticate::MyOptionParser.new -command, options, filenames = masticator.parse - -masticator.execute(command, options, filenames) +Masticate::Command.start