# File lib/hammer_cli_katello/host_collection.rb, line 7
      def self.included(base)
        base.option "--host-collection-ids",
                    "HOST_COLLECTION_IDS",
                    _("Array of content host ids to replace the content hosts in host collection"),
                    :format => HammerCLI::Options::Normalizers::List.new
      end