class Pfm::Command::Configure

def needs_help?(params)

def needs_help?(params)
  ['-h', '--help'].include? params[0]
end