module Superhosting module Cli module Cmd class SiteInspect < Base def self.after_action(data, config) self.info(data) end end end end end