lib/ppl/command/bday.rb in ppl-1.5.2 vs lib/ppl/command/bday.rb in ppl-1.5.3

- old
+ new

@@ -1,13 +1,14 @@ class Ppl::Command::Bday < Ppl::Application::Command + name "bday" + description "List, show or change birthdays" + attr_writer :list_format attr_writer :show_format def initialize - @name = "bday" - @description = "List, show or change birthdays" @list_format = Ppl::Format::AddressBook::Birthdays.new @show_format = Ppl::Format::Contact::Birthday.new end def options(parser, options)