class Chef::Knife::ConfigListProfiles

def run

def run
  Chef::Log.warn("knife config list-profiles has been deprecated in favor of knife config list. This will be removed in the major release version!")
  super
end