class Pfm::Command::Base

def needs_help?(params)

def needs_help?(params)
  params.include?('-h') || params.include?('--help')
end