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

- old
+ new

@@ -3,12 +3,10 @@ name "url" description "List, show or change URLs" def initialize - @attribute = :urls - @show_format = Ppl::Format::Contact::Urls.new - @list_format = Ppl::Format::AddressBook::Urls.new + @attribute = :urls end def options(parser, options) parser.banner = "usage: ppl url <contact> [<url>]" parser.on("-d", "--delete", "delete url") do