class Pfm::CLI

def have_command?(name)

def have_command?(name)
  commands_map.have_command?(name)
end