Sha256: fffb4cf4d4ef2a4cf8084ccb1ce9aafefbcdf82d50a2a62791350295b43b2e1a
Contents?: true
Size: 296 Bytes
Versions: 2
Compression:
Stored size: 296 Bytes
Contents
# frozen_string_literal: true module Yawast module Commands class Cms def self.process(args, options) args.each do |arg| uri = Yawast::Commands::Utils.extract_uri([arg]) Yawast::Scanner::Core.get_cms(uri, options) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yawast-0.7.2 | lib/commands/cms.rb |
yawast-0.7.1 | lib/commands/cms.rb |