class Chef::Knife::ConfigGet

def run

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