lib/masticate/myoptparse.rb in masticate-0.4.2 vs lib/masticate/myoptparse.rb in masticate-0.5.0
- old
+ new
@@ -163,9 +163,13 @@
when 'exclude'
results = Masticate.exclude(filename, options)
logmessage(command, options, results)
+ when 'include'
+ results = Masticate.include(filename, options)
+ logmessage(command, options, results)
+
when 'transform'
results = Masticate.transform(filename, options)
logmessage(command, options, results)
else