lib/masticate/myoptparse.rb in masticate-0.5.0 vs lib/masticate/myoptparse.rb in masticate-0.5.1
- old
+ new
@@ -99,9 +99,10 @@
'datify' => Masticate::Datify,
'maxrows' => Masticate::MaxRows,
'relabel' => Masticate::Relabel,
'pluck' => Masticate::Plucker,
'exclude' => Masticate::Exclude,
+ 'include' => Masticate::Include,
'mend' => Masticate::Mender
}
klass = klasses[command]
klass.new(options)