lib/ppl/command/mutt.rb in ppl-1.14.1 vs lib/ppl/command/mutt.rb in ppl-1.15.0

- old
+ new

@@ -4,13 +4,9 @@ name "mutt" description "Integration with mutt's query_command" attr_writer :format - def initialize - @format = Ppl::Format::AddressBook::MuttQuery.new - end - def options(parser, options) parser.banner = "usage: ppl mutt <query>" end def execute(input, output)