module Dreamy::Command class Help < Base def index display usage end def usage usage = < # list DNS records for announce:list # list all subscribers to list (eg - 'my_list@example.com') announce:add # add subscriber with to announce:remove # remove subscriber with from users # list user accounts: details users:pw # list user accounts: usernames & passwords EOTXT end end end