class ChefCLI::Command::Exec

def needs_help?(params)

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